summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorprlw1 <prlw1>2013-12-08 23:12:15 +0000
committerprlw1 <prlw1>2013-12-08 23:12:15 +0000
commit7e93a7c003d007a5be888e29ef8ff6f77217d868 (patch)
tree83e1f5fcdb4f67d9ed4f135ecf8c14b4bfffd401 /x11/gtk3
parentc325656523cb833ff976e638f1f329a47c94a757 (diff)
downloadpkgsrc-7e93a7c003d007a5be888e29ef8ff6f77217d868.tar.gz
gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c)
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index e2dfbd65231..ef6c78165d9 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2013/12/08 14:21:37 prlw1 Exp $
+# $NetBSD: Makefile,v 1.46 2013/12/08 23:12:15 prlw1 Exp $
DISTNAME= gtk+-3.10.6
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -17,6 +17,7 @@ USE_TOOLS+= gmake msgfmt perl pkg-config bash
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PTHREAD_AUTO_VARS= yes
+BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
GNU_CONFIGURE= yes
# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh