summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib-gtk2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-27 00:01:57 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-27 00:01:57 +0000
commit710565a0c43a95179c7c87274e56573ecb9d4cbc (patch)
tree282e4765edd3044829cf6a6148c43a664bb3b2aa /graphics/py-matplotlib-gtk2
parent8d866b518e07e54ac705a6b00e2d3404b9773ef3 (diff)
downloadpkgsrc-710565a0c43a95179c7c87274e56573ecb9d4cbc.tar.gz
py-gtk2 dependency supports only Python 2.3 and 2.4.
Diffstat (limited to 'graphics/py-matplotlib-gtk2')
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index a8509af81cc..f0a26d833fe 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/27 00:01:57 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23
+
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"