diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-13 16:36:03 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-13 16:36:03 +0000 |
commit | a67547a0aab83a351dca9ea477bf7996d43db8a4 (patch) | |
tree | e97cf378ddba9eb0a35ea78205a2292f2b98e77f /x11/gtk3/Makefile | |
parent | 6347f7dd287000d727ecd376d736518effeef85d (diff) | |
download | pkgsrc-a67547a0aab83a351dca9ea477bf7996d43db8a4.tar.gz |
Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk
Diffstat (limited to 'x11/gtk3/Makefile')
-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 5d03dc179be..419f3456e5a 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2017/09/30 14:15:07 adam Exp $ +# $NetBSD: Makefile,v 1.101 2017/10/13 16:36:04 prlw1 Exp $ DISTNAME= gtk+-3.22.21 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -16,7 +16,6 @@ USE_TOOLS+= gmake perl pkg-config bash xgettext msgmerge USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes -BUILD_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. @@ -82,6 +81,7 @@ 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 |