summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 16:48:50 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 16:48:50 +0000
commit60c4ea68c39a5d01957ec0a01a3b8c2ea2453245 (patch)
tree5b7bf3456970812cbb724182bb36d2598b64a76c /x11/py-gtk2
parent3350db1645bc4fa154c593f1f31a7db0524a3e0a (diff)
downloadpkgsrc-60c4ea68c39a5d01957ec0a01a3b8c2ea2453245.tar.gz
py-cairo supports only Python 2.4.
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r--x11/py-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index 19ddfa2d404..9e4dd3a63c2 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/03/14 14:20:22 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2008/03/15 16:48:50 joerg Exp $
#
DISTNAME= pygtk-2.12.1
@@ -23,7 +23,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 24
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12.1