pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-gtk2 Needs newer gtk2+ to build. (uses GDK_TYPE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c53600579edc
branches:  trunk
changeset: 557095:c53600579edc
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Apr 11 17:23:42 2009 +0000

description:
Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)

diffstat:

 x11/py-gtk2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ca8e8c097192 -r c53600579edc x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile      Sat Apr 11 17:19:00 2009 +0000
+++ b/x11/py-gtk2/Makefile      Sat Apr 11 17:23:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2009/03/06 13:48:13 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2009/04/11 17:23:42 reed Exp $
 #
 
 DISTNAME=      pygtk-2.14.1
@@ -26,6 +26,7 @@
 PYTHON_VERSIONS_ACCEPTED=      25 24
 
 BUILDLINK_API_DEPENDS.pygobject+=      ${PYPKGPREFIX}-gobject>=2.15.3
+BUILDLINK_API_DEPENDS.gtk2+=           gtk2+>=2.16.0
 
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index