diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 06:02:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 06:02:34 +0800 |
commit | 2c4cc24feabc53e593431ac66204cdf9b71e32f3 (patch) | |
tree | 21870a23409e2980852f526dcf963dfdc838b75d /net-p2p/tribler | |
parent | b767a6372c02a9be57fefebfa9a233a615a58158 (diff) | |
download | freebsd-ports-gnome-2c4cc24feabc53e593431ac66204cdf9b71e32f3.tar.gz freebsd-ports-gnome-2c4cc24feabc53e593431ac66204cdf9b71e32f3.tar.zst freebsd-ports-gnome-2c4cc24feabc53e593431ac66204cdf9b71e32f3.zip |
Fix on 9+
Diffstat (limited to 'net-p2p/tribler')
-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 \ |