diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 22:31:01 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 22:31:01 +0000 |
commit | dc19e1efa29f6931569f517da775ff34b4e724d7 (patch) | |
tree | 5ad1e23e5c8f34e441b2cff3664a986e5739fd7b /x11/gtk3 | |
parent | b2388283b844acaa7dc436d71cd6a1f825f1d614 (diff) | |
download | pkgsrc-dc19e1efa29f6931569f517da775ff34b4e724d7.tar.gz |
Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including
glib2/buildtools.mk" 1f764df
- while here change to TOOL_DEPENDS
- switch from py-glib2-tools to glib2-tools
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 419f3456e5a..f1f7bba5026 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2017/10/13 16:36:04 prlw1 Exp $ +# $NetBSD: Makefile,v 1.102 2017/10/15 22:31:02 prlw1 Exp $ DISTNAME= gtk+-3.22.21 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -16,6 +16,7 @@ USE_TOOLS+= gmake perl pkg-config bash xgettext msgmerge USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools # There is no logic in gettext.mk to detect the native version of xgettext, # and we do need it to be compiled with Glade support. @@ -81,7 +82,6 @@ BUILDLINK_API_DEPENDS.atk+= atk>=2.15.1 .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.49.4 .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/glib2/buildtools.mk" BUILDLINK_API_DEPENDS.gdk-pixbuf2+= gdk-pixbuf2>=2.30.0 .include "../../graphics/gdk-pixbuf2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection:= build |