summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorreed <reed>2009-04-11 17:23:42 +0000
committerreed <reed>2009-04-11 17:23:42 +0000
commitebdd8dc3b5654a06ff787254e4deb7ad5dac2c02 (patch)
treea8c6b3c644e45afb1bef69eea8fe6e2ef527ff6c /x11
parent0f22865b451eef687edd48794b9c883d211dfa85 (diff)
downloadpkgsrc-ebdd8dc3b5654a06ff787254e4deb7ad5dac2c02.tar.gz
Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gtk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index 9992d9b190f..30b4abfd86c 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -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 @@ PLIST_VARS+= py25
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"