summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:02:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:02:34 +0000
commit7357ff040ca96a61789d112e8e0e3e62efe196d3 (patch)
tree21870a23409e2980852f526dcf963dfdc838b75d
parentFix build with bmake (diff)
Fix on 9+
Notes
Notes: svn path=/head/; revision=317374
-rw-r--r--net-p2p/tribler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile
index 1421051e544f..3fcbe3a550ac 100644
--- a/net-p2p/tribler/Makefile
+++ b/net-p2p/tribler/Makefile
@@ -18,7 +18,7 @@ COMMENT= Streaming capable P2P network client based on BitTorrent
LICENSE= LGPL21 MIT
LICENSE_COMB= multi
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 \
vlc:${PORTSDIR}/multimedia/vlc
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \