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
commitad5308b903ee766accd28d212df6ddc2365a3934 (patch)
tree5b7bf3456970812cbb724182bb36d2598b64a76c /x11/py-gtk2
parentafb9f9d71a8277669f8e4ec3c54e15489333b1cc (diff)
downloadpkgsrc-ad5308b903ee766accd28d212df6ddc2365a3934.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