diff options
author | wiz <wiz> | 2002-10-07 20:12:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-07 20:12:00 +0000 |
commit | 82e5882b79142c937fc945133e4edd6abe92d7ad (patch) | |
tree | a731ec5abffa8621a5fe782f4a310824f3beb112 /graphics | |
parent | 26b30eb9fa683564cc595b2429af6aa76ee6a9b6 (diff) | |
download | pkgsrc-82e5882b79142c937fc945133e4edd6abe92d7ad.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdchart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 5d744f125ff..580363350ca 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:06 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/07 20:12:00 wiz Exp $ # DISTNAME= gdchart0.10.1dev @@ -14,7 +14,7 @@ COMMENT= Easy to use, fast C API for creating charts and graphs MAKEFILE= makefile -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES post-patch: for fn in ${WRKSRC}/*.[ch]; do \ @@ -39,5 +39,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/gdc_pie_samp.c \ ${PREFIX}/share/examples/gdchart -.include "../../graphics/gd/buildlink.mk" +.include "../../graphics/gd/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |