diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
commit | 8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115 (patch) | |
tree | 54cb5602f9483dc1bb1d525dd758d33f1a18191c /net-p2p | |
parent | 4eda48e63a613025e895d92522ce970d4f921595 (diff) | |
download | freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.gz freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.zst freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/museekplus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 2f7b807e4c60..2f6a516c0321 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -14,6 +14,7 @@ COMMENT= SoulSeek client with separate terminal and Qt based interface LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes USE_FAM= yes |