Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 22:02:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317374 - head/net-p2p/tribler
Message-ID:  <201305042202.r44M2Yg9066780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042202.r44M2Yg9066780>