diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 22:02:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 22:02:34 +0000 |
commit | 7357ff040ca96a61789d112e8e0e3e62efe196d3 (patch) | |
tree | 21870a23409e2980852f526dcf963dfdc838b75d | |
parent | Fix build with bmake (diff) |
Fix on 9+
Notes
Notes:
svn path=/head/; revision=317374
-rw-r--r-- | net-p2p/tribler/Makefile | 2 |
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 \ |