diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-07 20:12:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-07 20:12:00 +0000 |
commit | 9628ce0fda3b944fcb2a5f9d0b080b0bde4bea65 (patch) | |
tree | a731ec5abffa8621a5fe782f4a310824f3beb112 /graphics/gdchart/Makefile | |
parent | 5d1ee7476a2e94ed2c7cc05f16fafe8cd3e04108 (diff) | |
download | pkgsrc-9628ce0fda3b944fcb2a5f9d0b080b0bde4bea65.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'graphics/gdchart/Makefile')
-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" |