diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | d7498c6d88b3aea9a8b8c2846b21199d346c3b10 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /net-p2p | |
parent | 24561e31331927221bcf5442be4516ab833c0e4f (diff) | |
download | freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.gz freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.zst freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/museekplus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 0dd88d4b42fb..83199c483c6d 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -14,10 +14,9 @@ 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 +USES= fam pkgconfig USE_BZIP2= yes USE_SCONS= yes -USE_FAM= yes SCONS_ARGS= QTDIR=${QT_PREFIX} QT_LIB=qt-mt PREFIX=${PREFIX} VORBIS=yes DATADIR= share/museek |