summaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-10 23:38:47 +0000
committersnj <snj@pkgsrc.org>2004-04-10 23:38:47 +0000
commitc926065b9b3036c7083a6fff38f79c5aa90e3ac8 (patch)
treeb46a649470a29f110f5e51a8935a35cd43faad90 /devel/cvsgraph
parente4e88f812dae1cb6f299c0f01ba1d0187f692f17 (diff)
downloadpkgsrc-c926065b9b3036c7083a6fff38f79c5aa90e3ac8.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel/cvsgraph')
-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"