svn commit: r356363 - head/sysutils/cdrtools

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:47:14 UTC 2014


Author: amdmi3
Date: Tue Jun  3 13:47:13 2014
New Revision: 356363
URL: http://svnweb.freebsd.org/changeset/ports/356363
QAT: https://qat.redports.org/buildarchive/r356363/

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

Modified:
  head/sysutils/cdrtools/Makefile

Modified: head/sysutils/cdrtools/Makefile
==============================================================================
--- head/sysutils/cdrtools/Makefile	Tue Jun  3 13:42:45 2014	(r356362)
+++ head/sysutils/cdrtools/Makefile	Tue Jun  3 13:47:13 2014	(r356363)
@@ -49,8 +49,7 @@ SICONVTABLES=	cp10000 cp10006 cp10007 cp
 		iso8859-16 iso8859-2 iso8859-3 iso8859-4 iso8859-5 \
 		iso8859-6 iso8859-7 iso8859-8 iso8859-9 koi8-r koi8-u
 
-USE_BZIP2=	yes
-USES=		gmake
+USES=		gmake tar:bzip2
 #CFLAGS+=	-DSOURCE_MODIFIED
 SUB_FILES=	pkg-message
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list