svn commit: r356356 - head/devel/cppcheck

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:00:24 UTC 2014


Author: amdmi3
Date: Tue Jun  3 13:00:23 2014
New Revision: 356356
URL: http://svnweb.freebsd.org/changeset/ports/356356
QAT: https://qat.redports.org/buildarchive/r356356/

Log:
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cppcheck/Makefile

Modified: head/devel/cppcheck/Makefile
==============================================================================
--- head/devel/cppcheck/Makefile	Tue Jun  3 13:00:17 2014	(r356355)
+++ head/devel/cppcheck/Makefile	Tue Jun  3 13:00:23 2014	(r356356)
@@ -13,8 +13,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libtinyxml2.so:${PORTSDIR}/textproc/tinyxml2
 
-USE_BZIP2=	yes
-USES=		gmake
+USES=		gmake tar:bzip2
 
 ALL_TARGET=	cppcheck
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list