diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
commit | 5a8b3998e8795f85238d259007190f9419ed6149 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be /multimedia/audacious | |
parent | 19b7a117eab7cfb99b0315136bff81e94ef3c84b (diff) | |
download | freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.gz freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.zst freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 357367851259..36c6f8ca1034 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= mcs:${PORTSDIR}/devel/libmcs \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_XORG= x11 sm USE_BZIP2= yes |