svn commit: r353801 - head/audio/mp3unicode

Max Brazhnikov makc at FreeBSD.org
Mon May 12 10:55:01 UTC 2014


Author: makc
Date: Mon May 12 10:55:01 2014
New Revision: 353801
URL: http://svnweb.freebsd.org/changeset/ports/353801
QAT: https://qat.redports.org/buildarchive/r353801/

Log:
  audio/mp3unicode: convert to USES=tar:bzip2

Modified:
  head/audio/mp3unicode/Makefile

Modified: head/audio/mp3unicode/Makefile
==============================================================================
--- head/audio/mp3unicode/Makefile	Mon May 12 10:53:41 2014	(r353800)
+++ head/audio/mp3unicode/Makefile	Mon May 12 10:55:01 2014	(r353801)
@@ -11,8 +11,7 @@ COMMENT=	ID3 tags charset converter
 
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
-USE_BZIP2=	yes
-USES=		iconv pkgconfig
+USES=		iconv pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ICONV_CFLAGS="-I${LOCALBASE}/include" \
 		ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"


More information about the svn-ports-all mailing list