summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-03 08:06:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-03 08:06:14 +0000
commitf0d2b13c2cfaefa991614a45143b5cd9e6a8a4bf (patch)
treef9b37cb7278f67950baf7cd5f930e1ba48ea93a6
parentAdd a little fix to eliminate a install error, chgrp the right one. (diff)
Don't be quite so minimalistic in the LITE case.
Notes
Notes: svn path=/head/; revision=22882
-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 a7c35d0dd19e..db066f5a1113 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 a7c35d0dd19e..db066f5a1113 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 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