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 | 710565a0c43a95179c7c87274e56573ecb9d4cbc (patch) | |
tree | 282e4765edd3044829cf6a6148c43a664bb3b2aa /graphics | |
parent | 8d866b518e07e54ac705a6b00e2d3404b9773ef3 (diff) | |
download | pkgsrc-710565a0c43a95179c7c87274e56573ecb9d4cbc.tar.gz |
py-gtk2 dependency supports only Python 2.3 and 2.4.
Diffstat (limited to 'graphics')
-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" |