aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim6
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-03 16:06:14 +0800
committerobrien <obrien@FreeBSD.org>1999-11-03 16:06:14 +0800
commitcd8da11be99da158e06b7469abdaf20067ce2466 (patch)
treef38784a5cb6251e3b27e21243319238c0c74181b /editors/vim6
parent316df95f3d1c45259f41326369e3e788511b1a7e (diff)
downloadfreebsd-ports-gnome-cd8da11be99da158e06b7469abdaf20067ce2466.tar.gz
freebsd-ports-gnome-cd8da11be99da158e06b7469abdaf20067ce2466.tar.zst
freebsd-ports-gnome-cd8da11be99da158e06b7469abdaf20067ce2466.zip
Don't be quite so minimalistic in the LITE case.
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index a7c35d0dd19e..db066f5a1113 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -63,7 +63,6 @@ MAKE_FLAGS:= CONF_OPT_PERL="--enable-perlinterp --enable-tclinterp --enable-csco
.else # LITE
PLIST= ${WRKDIR}/PLIST.nogui
-MAKE_FLAGS:= CONF_OPT_MAX="--enable-min-features" ${MAKE_FLAGS}
MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=no --without-x" ${MAKE_FLAGS}
MAKE_FLAGS:= CONF_OPT_PERL="--disable-perlinterp --disable-tclinterp" ${MAKE_FLAGS}
.endif # LITE