diff options
author | snj <snj@pkgsrc.org> | 2004-04-10 23:38:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-10 23:38:47 +0000 |
commit | c926065b9b3036c7083a6fff38f79c5aa90e3ac8 (patch) | |
tree | b46a649470a29f110f5e51a8935a35cd43faad90 /devel | |
parent | e4e88f812dae1cb6f299c0f01ba1d0187f692f17 (diff) | |
download | pkgsrc-c926065b9b3036c7083a6fff38f79c5aa90e3ac8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 6 |
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" |