summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:25:09 +0000
committersnj <snj>2004-04-11 08:25:09 +0000
commit5b148d4ea8f89801aade6fad5fc1c390ba0a026e (patch)
tree56074815588c4d2157b1e9245be833d6dfec8679 /editors/vigor/Makefile
parentf8696f2ad5f88e683021685648b00e36ed6f3520 (diff)
downloadpkgsrc-5b148d4ea8f89801aade6fad5fc1c390ba0a026e.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r--editors/vigor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 5ccc1254f09..fc0b4c38d7e 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/08 20:27:14 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/11 08:29:41 snj Exp $
#
DISTNAME= vigor-0.016
@@ -13,7 +13,7 @@ CONFLICTS+= nvi-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}/build
USE_X11= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-x
@@ -34,5 +34,5 @@ post-patch:
post-build:
nroff -mandoc ${WRKSRC}/../docs/USD.doc/vi.man/vi.1 >${WRKSRC}/../docs/USD.doc/vi.man/vi.0
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"