summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2001-12-08 11:09:52 +0000
committerjmc <jmc@pkgsrc.org>2001-12-08 11:09:52 +0000
commit7d3ddc1881f238c5f4169c87609591b0cc31b2a6 (patch)
tree3d0f7723c2f83a613cd2166b16c4f728115c4db4 /graphics/py-gdchart
parent6704ea52f3a71e0734b677abbea7489fd18d2422 (diff)
downloadpkgsrc-7d3ddc1881f238c5f4169c87609591b0cc31b2a6.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"