diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
commit | e6d8ca17fab127134f7a3793152313ec7d61990e (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /graphics | |
parent | fb06b94a44691b88cce485defdbab5c0f0f5ba3f (diff) | |
download | pkgsrc-e6d8ca17fab127134f7a3793152313ec7d61990e.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gtkglext/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-matplotlib-gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 2d746d5f83b..65299546142 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/11/14 23:33:56 hasso Exp $ +# $NetBSD: Makefile,v 1.7 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= pygtkglext-1.1.0 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index 45ea1d360d7..e244c3eaa86 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/11/14 23:43:16 hasso Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= matplotlib-0.87.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 .include "../../lang/python/extension.mk" .include "../../graphics/py-matplotlib/buildlink3.mk" |