summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 01:00:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 01:00:24 +0000
commit1bf81509503213b3e6f7131dfce3fd7275259e79 (patch)
treebddb0fed94480c802f792a9f4fd5656f74720783 /editors/vim
parentChange LATEST_LINK so version 6 "comes out ahead". (diff)
Better support for the vim-lite slave port. These bits are from the
vim5 port -- I thought the two were in sync lite-wise, but I guess not.
Notes
Notes: svn path=/head/; revision=49705
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 93350ab0a001..ff3eb5f12779 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -26,6 +26,8 @@ PATCHFILES+= ${PORTVERSION:C/\.[0-9]*$//}.0${p}
MAINTAINER?= obrien@FreeBSD.org
+SLAVEDIRS= editors/vim-lite
+
.if defined(PACKAGE_BUILDING) && !defined(LITE)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
@@ -84,6 +86,7 @@ MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp --enable-pythoninterp --enable-tc
.endif
.else # LITE
+PKGNAMESUFFIX= -lite
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