summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorapb <apb>2008-10-22 18:47:48 +0000
committerapb <apb>2008-10-22 18:47:48 +0000
commit688fb0363702801960da4485c8caab6951478a66 (patch)
treedd5d1f2366993dd4438fce01234ded6cc2ac0ad7 /x11
parent71729045ec1bda4fbf8704f2ac3e859048e2ecc5 (diff)
downloadpkgsrc-688fb0363702801960da4485c8caab6951478a66.tar.gz
The ChangeLog inside the py-gtk2 distribution says it requires gobject
version 1.25.3 or later, so adjust BUILDLINK_API_DEPENDS.pygobject accordingly. Not bumping PKGREVISION, because the py-gtk2 didn't build against older versions of gobject.
Diffstat (limited to 'x11')
-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 9858f1027f4..c87e5d38dd9 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2008/10/16 14:13:31 drochner Exp $
+# $NetBSD: Makefile,v 1.51 2008/10/22 18:47:48 apb Exp $
#
DISTNAME= pygtk-2.13.0
@@ -24,7 +24,7 @@ USE_TOOLS+= gmake pkg-config
PYTHON_VERSIONS_ACCEPTED= 25 24
-BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12.1
+BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/py-cairo/buildlink3.mk"