summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsnj <snj>2004-04-10 23:38:47 +0000
committersnj <snj>2004-04-10 23:38:47 +0000
commite82ef921a456f9e4b58f6775e9b9531f3a94680d (patch)
treeb46a649470a29f110f5e51a8935a35cd43faad90 /devel
parent6fb81499704393e42c8b6b8e2152018fcb710f78 (diff)
downloadpkgsrc-e82ef921a456f9e4b58f6775e9b9531f3a94680d.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsgraph/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 0098f2bd430..286bbb4d041 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:43:18 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/10 23:38:47 snj Exp $
#
DISTNAME= cvsgraph-1.2.0
@@ -10,7 +10,7 @@ MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/
COMMENT= Graphically represents CVS/RCS branches and file revisions
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
GNU_CONFIGURE= YES
@@ -39,5 +39,5 @@ do-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${EGDIR}
-.include "../../graphics/gd/buildlink2.mk"
+.include "../../graphics/gd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"