summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-03 08:06:14 +0000
committerobrien <obrien@FreeBSD.org>1999-11-03 08:06:14 +0000
commitcd8da11be99da158e06b7469abdaf20067ce2466 (patch)
treef38784a5cb6251e3b27e21243319238c0c74181b
parent316df95f3d1c45259f41326369e3e788511b1a7e (diff)
downloadFreeBSD-ports-cd8da11be99da158e06b7469abdaf20067ce2466.zip
FreeBSD-ports-cd8da11be99da158e06b7469abdaf20067ce2466.tar.gz
Don't be quite so minimalistic in the LITE case.
-rw-r--r--editors/vim/Makefile1
-rw-r--r--editors/vim5/Makefile1
-rw-r--r--editors/vim6/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index a7c35d0..db066f5 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/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
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index a7c35d0..db066f5 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/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
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index a7c35d0..db066f5 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
OpenPOWER on IntegriCloud