summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 16:51:09 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 16:51:09 +0000
commitcb9ea2a903fdbfe86521250c3832f6918c0b66cf (patch)
treeeed5f8399e6832ad2e5ff9c19c7289c366478340 /graphics
parent927a3ca68e2dde9a35d42233a882fdd7ddb6230c (diff)
downloadpkgsrc-cb9ea2a903fdbfe86521250c3832f6918c0b66cf.tar.gz
py-gtk2 needs Python 2.4
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-gtkglext/Makefile4
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile
index b109e51a3d9..96dd2cad370 100644
--- a/graphics/py-gtkglext/Makefile
+++ b/graphics/py-gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:53 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/15 16:51:09 joerg Exp $
#
DISTNAME= pygtkglext-1.1.0
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 24
PKGCONFIG_OVERRIDE+= pygtkglext.pc.in
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index 3a761fe97ba..bbc9437d7f7 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/09/21 13:03:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/03/15 16:51:25 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -16,7 +16,7 @@ PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 24
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"