aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-11-02 03:39:28 +0800
committerobrien <obrien@FreeBSD.org>2001-11-02 03:39:28 +0800
commit8b7049867603be3f21f4c82a407ca64aa3403a81 (patch)
tree0d95e3599eea8ef4abee2a23dfb626267ebecfc7 /editors
parent1874c42fc629aba7f502257c2691c846e964d93a (diff)
downloadfreebsd-ports-gnome-8b7049867603be3f21f4c82a407ca64aa3403a81.tar.gz
freebsd-ports-gnome-8b7049867603be3f21f4c82a407ca64aa3403a81.tar.zst
freebsd-ports-gnome-8b7049867603be3f21f4c82a407ca64aa3403a81.zip
Enable --enable-multibyte in the "lite" case. This is need for the
i18n community.
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