summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorapb <apb@pkgsrc.org>2008-10-22 18:47:48 +0000
committerapb <apb@pkgsrc.org>2008-10-22 18:47:48 +0000
commit0e9960db94b77606ba54b3140ceae4e97d681297 (patch)
treedd5d1f2366993dd4438fce01234ded6cc2ac0ad7 /x11/py-gtk2
parentb612b6953801d55be59bf2555c6809bfbfb22746 (diff)
downloadpkgsrc-0e9960db94b77606ba54b3140ceae4e97d681297.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/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 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"