summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorjmc <jmc>2001-12-08 11:09:52 +0000
committerjmc <jmc>2001-12-08 11:09:52 +0000
commit538ed7584b4f0fa01417d4525aec2f86203eea47 (patch)
tree3d0f7723c2f83a613cd2166b16c4f728115c4db4 /graphics/py-gdchart
parentbdb70fb57df92c5d6c9a299108e5a3284d737fdb (diff)
downloadpkgsrc-538ed7584b4f0fa01417d4525aec2f86203eea47.tar.gz
Conveert to python/extension.buildlink.mk and force to use 2.0 only
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r--graphics/py-gdchart/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index e1d40423490..6f89aea37c8 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/18 11:46:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/08 11:09:52 jmc Exp $
#
DISTNAME= gdchart-py-0.6
@@ -12,8 +12,8 @@ COMMENT= Python interface to GDChart
BUILD_DEPENDS= gdchart-0.10.1*:../../graphics/gdchart
-USE_PYTHON= yes
USE_GMAKE= yes
+PYTHON_VERSIONS_ACCEPTED =20
MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \
GDCHART_INCLUDE=${LOCALBASE}/include \
PYTHON_INCLUDE=${LOCALBASE}/include/python2.0 \
@@ -36,4 +36,5 @@ do-install:
.endfor
.endif
+.include "../../lang/python/extension.buildlink.mk"
.include "../../mk/bsd.pkg.mk"