Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 10:55:01 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353801 - head/audio/mp3unicode
Message-ID:  <201405121055.s4CAt1Uf067858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



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