summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 04:40:48 +0000
committersnj <snj@pkgsrc.org>2004-04-25 04:40:48 +0000
commit807294a6fcc1eeb6824085cbd826ba8a9cd91425 (patch)
tree218cc477b41bd69187a75285d28ec46a28a4c95b /graphics/py-gdchart
parentede8ad4adbc3fe05889bf7a478149219c8a6d870 (diff)
downloadpkgsrc-807294a6fcc1eeb6824085cbd826ba8a9cd91425.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"