Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 19:01:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355431 - head/net-p2p/cdonkey
Message-ID:  <201405261901.s4QJ1A4q010890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 26 19:01:09 2014
New Revision: 355431
URL: http://svnweb.freebsd.org/changeset/ports/355431
QAT: https://qat.redports.org/buildarchive/r355431/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/net-p2p/cdonkey/Makefile

Modified: head/net-p2p/cdonkey/Makefile
==============================================================================
--- head/net-p2p/cdonkey/Makefile	Mon May 26 18:57:58 2014	(r355430)
+++ head/net-p2p/cdonkey/Makefile	Mon May 26 19:01:09 2014	(r355431)
@@ -13,9 +13,8 @@ COMMENT=	Open and free core client for t
 
 WRKSRC=		${WRKDIR}/cDonkey-${PORTVERSION}
 
-USE_BZIP2=	yes
 USE_BDB=	41
-USES=		gmake
+USES=		gmake tar:bzip2
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}"
 



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