summaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 08:27:25 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 08:27:25 +0000
commit6ac4dbab543d6e754155d22fc863178dca4727ab (patch)
tree4642a2ff4c18c7e73e70e74e9e08ed0ecfdc5ef4 /devel/cvsgraph
parent67c19324a5de733e5166de59a1e9a878b245d040 (diff)
downloadpkgsrc-6ac4dbab543d6e754155d22fc863178dca4727ab.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r--devel/cvsgraph/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 3416d7eb2e1..6d892607c0d 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/07/22 00:13:14 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/21 08:27:25 jlam Exp $
#
DISTNAME= cvsgraph-1.2.0
@@ -10,7 +10,8 @@ MAINTAINER= schmonz@netbsd.org
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/
COMMENT= graphically represents CVS/RCS branches and file revisions
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -37,7 +38,7 @@ do-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${EGDIR}
-.include "../../graphics/gd/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/gd/buildlink2.mk"
+
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"