diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 13:56:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 13:56:12 +0800 |
commit | a6185339c1a88fee78db122deaf67266bcb27bf5 (patch) | |
tree | d71e08aea466c449d1258a3e20d8b8f816c2fb67 /audio | |
parent | fe3187aae60d94cd017d80c8d0692e3a174b30dc (diff) | |
download | freebsd-ports-gnome-a6185339c1a88fee78db122deaf67266bcb27bf5.tar.gz freebsd-ports-gnome-a6185339c1a88fee78db122deaf67266bcb27bf5.tar.zst freebsd-ports-gnome-a6185339c1a88fee78db122deaf67266bcb27bf5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile index 7b2215c8fcb0..ce813a85222c 100644 --- a/audio/xmms2-scrobbler/Makefile +++ b/audio/xmms2-scrobbler/Makefile @@ -15,6 +15,7 @@ LICENSE= MIT LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ curl.6:${PORTSDIR}/ftp/curl +USES= pkgconfig USE_GMAKE= yes LDFLAGS+= ${PTHREAD_LIBS} |