summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 04:40:48 +0000
committersnj <snj>2004-04-25 04:40:48 +0000
commitb67c9bd243c3ca310cfc104e05b6e03a3456dd46 (patch)
tree218cc477b41bd69187a75285d28ec46a28a4c95b /graphics/py-gdchart
parent1acf809a6760667f3f69d7735264e5310dbdcff7 (diff)
downloadpkgsrc-b67c9bd243c3ca310cfc104e05b6e03a3456dd46.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r--graphics/py-gdchart/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index bb6558a39e6..eb006fb55e4 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/24 15:46:44 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/25 04:41:19 snj Exp $
#
DISTNAME= gdchart-py-0.6
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/
COMMENT= Python interface to GDChart
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \
GDCHART_INCLUDE=${LOCALBASE}/include \
@@ -34,6 +34,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLE_DIR}
.endfor
-.include "../../graphics/gdchart/buildlink2.mk"
+.include "../../graphics/gdchart/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"