diff options
author | tron <tron@pkgsrc.org> | 1999-11-28 18:57:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-28 18:57:52 +0000 |
commit | 41296b85fa4232190a8994c387ea7172b691383b (patch) | |
tree | 7512ba7feb92132cb2deaea47132deb94d6470a8 /editors/vim | |
parent | 541b2eea3a9cb6aeacb8c3bdda6b08fce5cf614c (diff) | |
download | pkgsrc-41296b85fa4232190a8994c387ea7172b691383b.tar.gz |
Provide a default for "${XAW_TYPE}".
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 3 |
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 |