summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1999-11-28 18:57:52 +0000
committertron <tron>1999-11-28 18:57:52 +0000
commit9dac7594b3da673c9d6d002e3483f9847317b446 (patch)
tree7512ba7feb92132cb2deaea47132deb94d6470a8 /editors
parentace568e28a0db65aa7fbc352a6ba165dae9edb24 (diff)
downloadpkgsrc-9dac7594b3da673c9d6d002e3483f9847317b446.tar.gz
Provide a default for "${XAW_TYPE}".
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index ecae9f868e6..1c4f6c736e0 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/11/25 20:20:32 tron Exp $
+# $NetBSD: Makefile,v 1.24 1999/11/28 18:57:52 tron Exp $
DISTNAME= vim-5.5
CATEGORIES= editors
@@ -31,6 +31,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
DEPENDS= ncurses-4.2:../../devel/ncurses
.endif
+XAW_TYPE?= standard
.if (${XAW_TYPE} == "standard")
MAKE_ENV+= XAW_LIB=Xaw
.else