summaryrefslogtreecommitdiff
path: root/audio/audacious/Makefile
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-10-15 22:31:01 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-10-15 22:31:01 +0000
commitdc19e1efa29f6931569f517da775ff34b4e724d7 (patch)
tree5ad1e23e5c8f34e441b2cff3664a986e5739fd7b /audio/audacious/Makefile
parentb2388283b844acaa7dc436d71cd6a1f825f1d614 (diff)
downloadpkgsrc-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/audacious/Makefile')
-rw-r--r--audio/audacious/Makefile5
1 files changed, 3 insertions, 2 deletions
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"