diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-01 19:39:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-01 19:39:28 +0000 |
commit | 503c7b0279ce1cd727369333bc30b9437ef13874 (patch) | |
tree | 0a1b10514d1d00dd15184f035512f434a979f314 /editors/vim | |
parent | e49e117c368b65b1048cdc31bd8e912d8c45cf88 (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/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
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 |