summaryrefslogtreecommitdiff
path: root/graphics/gdchart
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-07 20:12:00 +0000
committerwiz <wiz>2002-10-07 20:12:00 +0000
commit05eacc061e241b9470d092fa9c8a3f20fc34a190 (patch)
treea731ec5abffa8621a5fe782f4a310824f3beb112 /graphics/gdchart
parenta055530eee9f9de0eed503ecebbfbbb6a22e5901 (diff)
downloadpkgsrc-05eacc061e241b9470d092fa9c8a3f20fc34a190.tar.gz
Convert to buildlink2.
Diffstat (limited to 'graphics/gdchart')
-rw-r--r--graphics/gdchart/Makefile6
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"