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 /audio | |
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 'audio')
-rw-r--r-- | audio/audacious-plugins/Makefile | 5 | ||||
-rw-r--r-- | audio/audacious/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index fd3973bedb8..2149d1c77aa 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2017/10/13 16:36:03 prlw1 Exp $ +# $NetBSD: Makefile,v 1.78 2017/10/15 22:31:02 prlw1 Exp $ DISTNAME= audacious-plugins-3.5.2 PKGREVISION= 16 @@ -11,6 +11,8 @@ HOMEPAGE= http://audacious-media-player.org/ COMMENT= Plugins for Audacious media player LICENSE= 2-clause-bsd +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + USE_LANGUAGES= c c++ USE_TOOLS+= gmake intltool pkg-config msgfmt GNU_CONFIGURE= yes @@ -90,7 +92,6 @@ PLIST.oss= yes .include "../../audio/wavpack/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../devel/libbinio/buildlink3.mk" -.include "../../devel/glib2/buildtools.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../misc/libcdio-paranoia/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 9a6840b5078..4fea2c3eab8 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2017/10/13 16:36:03 prlw1 Exp $ +# $NetBSD: Makefile,v 1.48 2017/10/15 22:31:01 prlw1 Exp $ DISTNAME= audacious-3.5.2 PKGREVISION= 5 @@ -18,13 +18,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-chardet PKGCONFIG_OVERRIDE+= audacious.pc.in +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + # XXX does not solve linking problem completely LDFLAGS.Darwin+= -flat_namespace -undefined suppress .include "../../devel/atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/glib2/buildtools.mk" .include "../../devel/pango/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" |