svn commit: r355431 - head/net-p2p/cdonkey

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 26 19:01:10 UTC 2014


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}"
 


More information about the svn-ports-all mailing list