summaryrefslogtreecommitdiff
path: root/x11/gtk3/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-11-27 11:26:21 +0000
committerobache <obache>2011-11-27 11:26:21 +0000
commit22469826f196463e373a728c90c83d3f166c313d (patch)
treee4b8d33f9995b2705c6035717e4370ac9515955c /x11/gtk3/Makefile
parenta6c9c85c9e3bee08d27e8eb8d74d8ecfa83e62a1 (diff)
downloadpkgsrc-22469826f196463e373a728c90c83d3f166c313d.tar.gz
Fixes PR pkg/45552
* installing GSettings schemas, so prepare it with framework in glib2. * fixes immodule cache path. Bump PKGREVISION.
Diffstat (limited to 'x11/gtk3/Makefile')
-rw-r--r--x11/gtk3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index f4b754ffafb..af574320c75 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2011/11/01 06:02:53 sbd Exp $
+# $NetBSD: Makefile,v 1.11 2011/11/27 11:26:21 obache Exp $
DISTNAME= gtk+-3.0.12
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/3.0/ \
${MASTER_SITE_GNOME:=sources/gtk+/3.0/}
@@ -78,6 +78,8 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
.include "options.mk"
+.include "../../devel/glib2/schemas.mk"
+
BUILDLINK_API_DEPENDS.pango+= pango>=1.24.0
.include "../../devel/pango/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"