diff options
author | joerg <joerg@pkgsrc.org> | 2014-10-17 16:44:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-10-17 16:44:02 +0000 |
commit | 970e186b3a8a25f2ace4bdd24daf5733cf8c0feb (patch) | |
tree | 415365b1bb6086a02995eb6a5cb7bffc736a0158 /audio/audacious | |
parent | d830d4ce976b53c3d9b096e40410198f81122134 (diff) | |
download | pkgsrc-970e186b3a8a25f2ace4bdd24daf5733cf8c0feb.tar.gz |
gdbus-codegen is a separate package now.
Diffstat (limited to 'audio/audacious')
-rw-r--r-- | audio/audacious/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 91064440c81..db7244d33f2 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/10/09 15:02:42 adam Exp $ +# $NetBSD: Makefile,v 1.39 2014/10/17 16:44:02 joerg Exp $ DISTNAME= audacious-3.5.1 CATEGORIES= audio @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-chardet PKGCONFIG_OVERRIDE+= audacious.pc.in +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + .include "../../mk/bsd.prefs.mk" # XXX does not solve linking problem completely .if ${OPSYS} == "Darwin" |