summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2013-12-08 23:12:15 +0000
committerprlw1 <prlw1@pkgsrc.org>2013-12-08 23:12:15 +0000
commit3c8fd6041905895659b58a20ecafb1c13c240b59 (patch)
tree83e1f5fcdb4f67d9ed4f135ecf8c14b4bfffd401
parent2697ca3bad6817b36bdb4f15b336dcab8a0fa529 (diff)
downloadpkgsrc-3c8fd6041905895659b58a20ecafb1c13c240b59.tar.gz
gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c)
-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