diff options
author | tron <tron@pkgsrc.org> | 1999-11-28 23:26:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-28 23:26:23 +0000 |
commit | 768ecc09fa414c90c9c034f59ec4fe4106ded335 (patch) | |
tree | a57bf989a53023ab42efcaf0906686475927fb6f /editors/vim | |
parent | 28994678a6a908922117dcaf431e1e0dc4e5e7b0 (diff) | |
download | pkgsrc-768ecc09fa414c90c9c034f59ec4fe4106ded335.tar.gz |
Backout last commit: "bsd.pkg.mk" provides a default for "${XAW_TYPE}".
It is the "readme" target which is broken.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 1c4f6c736e0..f324e094730 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/11/28 18:57:52 tron Exp $ +# $NetBSD: Makefile,v 1.25 1999/11/28 23:26:23 tron Exp $ DISTNAME= vim-5.5 CATEGORIES= editors @@ -31,7 +31,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src DEPENDS= ncurses-4.2:../../devel/ncurses .endif -XAW_TYPE?= standard .if (${XAW_TYPE} == "standard") MAKE_ENV+= XAW_LIB=Xaw .else |