aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-16 14:53:46 +0800
committerobrien <obrien@FreeBSD.org>2001-02-16 14:53:46 +0800
commitbdb8d77beb4580f84c0be15c59b7daf52a7f1b68 (patch)
tree8427270a811a56e53d29e321a1d730ea3fdc77d0 /editors/vim5
parent11cba1b26552ac5378a0db942556f6fbdf302b55 (diff)
downloadfreebsd-ports-graphics-bdb8d77beb4580f84c0be15c59b7daf52a7f1b68.tar.gz
freebsd-ports-graphics-bdb8d77beb4580f84c0be15c59b7daf52a7f1b68.tar.zst
freebsd-ports-graphics-bdb8d77beb4580f84c0be15c59b7daf52a7f1b68.zip
Tweak how we set PKGNAMESUFFIX.
Submitted by: sf
Diffstat (limited to 'editors/vim5')
-rw-r--r--editors/vim5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 247261cf566..19a3defdbf2 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -50,7 +50,7 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1
# Determine if we need xpg4.
# No xpg4 in libc below 400020 and 500005
.if ${OSVERSION} < 400020 && ${OSVERSION} < 500005
-LIBS=-lxpg4
+MAKE_ARGS+= LIBS=-lxpg4
.endif
.if !defined(LITE)
@@ -77,6 +77,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