diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 23:12:15 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 23:12:15 +0000 |
commit | 3c8fd6041905895659b58a20ecafb1c13c240b59 (patch) | |
tree | 83e1f5fcdb4f67d9ed4f135ecf8c14b4bfffd401 /x11/gtk3 | |
parent | 2697ca3bad6817b36bdb4f15b336dcab8a0fa529 (diff) | |
download | pkgsrc-3c8fd6041905895659b58a20ecafb1c13c240b59.tar.gz |
gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c)
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 3 |
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 |