diff options
-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 \ |