diff options
author | reed <reed@pkgsrc.org> | 2009-04-11 17:23:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-04-11 17:23:42 +0000 |
commit | 68c88464a665e9ed13c48fc37fca9bb7af39a7a7 (patch) | |
tree | a8c6b3c644e45afb1bef69eea8fe6e2ef527ff6c /x11 | |
parent | bec128a5cab14c3fdcbe79e4341ca07d7d31ad2a (diff) | |
download | pkgsrc-68c88464a665e9ed13c48fc37fca9bb7af39a7a7.tar.gz |
Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gtk2/Makefile | 3 |
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" |