diff options
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 |