diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 14:31:38 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 14:31:38 +0800 |
commit | d4f1bce0297d48c13de2f47a8c64e23c0181131f (patch) | |
tree | 7b0c56926f36026e68a17266742ddc99eb5d8634 /multimedia | |
parent | 2e95b7322f4bdcd5600666267faaa80ed5781e69 (diff) | |
download | freebsd-ports-gnome-d4f1bce0297d48c13de2f47a8c64e23c0181131f.tar.gz freebsd-ports-gnome-d4f1bce0297d48c13de2f47a8c64e23c0181131f.tar.zst freebsd-ports-gnome-d4f1bce0297d48c13de2f47a8c64e23c0181131f.zip |
- Add explicit dependency on pkgconfig
- While here also convert to USES=gmake
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 836a54251caf..8e514f6468cc 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -12,7 +12,7 @@ COMMENT= Plugins needed for audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib |