summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-11-18 12:46:52 +0000
committerdrochner <drochner@pkgsrc.org>2008-11-18 12:46:52 +0000
commitf2bb98e5682f30d60ac215f613d0e5292c435614 (patch)
tree886d21044e90465b5c16ad020be37705259fbec2 /x11/py-gtk2
parent534af116c11d8c78005bffba1724dca5c8c86cf9 (diff)
downloadpkgsrc-f2bb98e5682f30d60ac215f613d0e5292c435614.tar.gz
make this work with python-2.4 again
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 069807f9871..b82ea8f0b22 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/11/17 21:56:16 jnemeth Exp $
+# $NetBSD: Makefile,v 1.54 2008/11/18 12:46:52 drochner Exp $
#
DISTNAME= pygtk-2.13.0
@@ -23,7 +23,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 25
+PYTHON_VERSIONS_ACCEPTED= 24 25
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3