diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-27 00:01:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-27 00:01:57 +0000 |
commit | 9545560aa8808cb5af8e854218bb3963ecea34a1 (patch) | |
tree | 282e4765edd3044829cf6a6148c43a664bb3b2aa /graphics/py-matplotlib-gtk2 | |
parent | 6aad0a3a73fe62c7837f9ce31c5f6f518cab3caf (diff) | |
download | pkgsrc-9545560aa8808cb5af8e854218bb3963ecea34a1.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/Makefile | 4 |
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" |