summaryrefslogtreecommitdiff
path: root/x11
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
parent534af116c11d8c78005bffba1724dca5c8c86cf9 (diff)
downloadpkgsrc-f2bb98e5682f30d60ac215f613d0e5292c435614.tar.gz
make this work with python-2.4 again
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gnome2-desktop/Makefile4
-rw-r--r--x11/py-gnome2/Makefile4
-rw-r--r--x11/py-gtk2/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile
index e2860e3a2ac..337135a712c 100644
--- a/x11/py-gnome2-desktop/Makefile
+++ b/x11/py-gnome2-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/11/13 11:17:16 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2008/11/18 12:46:52 drochner Exp $
#
DISTNAME= gnome-python-desktop-2.24.0
@@ -22,7 +22,7 @@ DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
-PYTHON_VERSIONS_ACCEPTED= 25
+PYTHON_VERSIONS_ACCEPTED= 24 25
# XXX not yet, needs hal
PLIST_VARS+= nautilusburn
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile
index f26aa893311..21a288f4b88 100644
--- a/x11/py-gnome2/Makefile
+++ b/x11/py-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2008/11/14 22:01:27 hasso Exp $
+# $NetBSD: Makefile,v 1.58 2008/11/18 12:46:52 drochner Exp $
#
DISTNAME= gnome-python-2.22.3
@@ -20,7 +20,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= pkg-config gmake
-PYTHON_VERSIONS_ACCEPTED= 25
+PYTHON_VERSIONS_ACCEPTED= 24 25
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
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