svn commit: r317374 - head/net-p2p/tribler

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:02:34 UTC 2013


Author: bapt
Date: Sat May  4 22:02:34 2013
New Revision: 317374
URL: http://svnweb.freebsd.org/changeset/ports/317374

Log:
  Fix on 9+

Modified:
  head/net-p2p/tribler/Makefile

Modified: head/net-p2p/tribler/Makefile
==============================================================================
--- head/net-p2p/tribler/Makefile	Sat May  4 22:01:18 2013	(r317373)
+++ head/net-p2p/tribler/Makefile	Sat May  4 22:02:34 2013	(r317374)
@@ -18,7 +18,7 @@ COMMENT=	Streaming capable P2P network c
 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 \


More information about the svn-ports-all mailing list