summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authortron <tron>1999-11-28 23:26:23 +0000
committertron <tron>1999-11-28 23:26:23 +0000
commit1149ece633a25007889a915d541f8b0403ff01c5 (patch)
treea57bf989a53023ab42efcaf0906686475927fb6f /editors/vim
parentb3762af79c177352dff7517628cdc1ffa23d9505 (diff)
downloadpkgsrc-1149ece633a25007889a915d541f8b0403ff01c5.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/Makefile3
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