summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-01 19:39:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-01 19:39:28 +0000
commit503c7b0279ce1cd727369333bc30b9437ef13874 (patch)
tree0a1b10514d1d00dd15184f035512f434a979f314 /editors
parentUnbreak installation by defining a dummy do-install target. This is a (diff)
Enable --enable-multibyte in the "lite" case. This is need for the
i18n community.
Notes
Notes: svn path=/head/; revision=49458
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 628794f77481..72044b02c552 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -84,7 +84,7 @@ MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp --enable-pythoninterp --enable-tc
.endif
.else # LITE
-MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x"
+MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte"
MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp"
.endif # LITE