summaryrefslogtreecommitdiff
path: root/x11/gtk2/Makefile
diff options
context:
space:
mode:
authorobache <obache>2013-06-04 13:04:39 +0000
committerobache <obache>2013-06-04 13:04:39 +0000
commit935bdbca397da3b80dbd092db1fdb09bb091d3f5 (patch)
treed5e24cd098af07f0ff5cf008d5b5b1eeafbf5a6b /x11/gtk2/Makefile
parent09273a665657498195ff26be8333b2590cd55dfe (diff)
downloadpkgsrc-935bdbca397da3b80dbd092db1fdb09bb091d3f5.tar.gz
enable introspection support for upcoming introspection support for webkit-gtk.
Bump PKGREVISION.
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r--x11/gtk2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 2552c7f1a3b..c9d89631d34 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.250 2013/06/03 10:06:13 wiz Exp $
+# $NetBSD: Makefile,v 1.251 2013/06/04 13:04:39 obache Exp $
DISTNAME= gtk+-2.24.17
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/2.24/}
EXTRACT_SUFX= .tar.xz
@@ -100,6 +100,9 @@ BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection:= build
+BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.3
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "options.mk"