diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
commit | 7a3109de501ffdd07fc857f6a804515dbd1961f0 (patch) | |
tree | a1c0144d6a879ebff0374dcb13c30f85b485baaa /audio/audacious-dumb | |
parent | 7ebb5245aeea19531a769f4b3695ebf05c176d39 (diff) | |
download | freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.gz freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.zst freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.zip |
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index a6eddf7961da..26b67638a745 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb -USES= gmake +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: |