svn commit: r352263 - head/devel/arm-elf-binutils

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Apr 26 14:53:11 UTC 2014


Author: danilo
Date: Sat Apr 26 14:53:10 2014
New Revision: 352263
URL: http://svnweb.freebsd.org/changeset/ports/352263
QAT: https://qat.redports.org/buildarchive/r352263/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/devel/arm-elf-binutils/Makefile

Modified: head/devel/arm-elf-binutils/Makefile
==============================================================================
--- head/devel/arm-elf-binutils/Makefile	Sat Apr 26 14:52:28 2014	(r352262)
+++ head/devel/arm-elf-binutils/Makefile	Sat Apr 26 14:53:10 2014	(r352263)
@@ -11,8 +11,7 @@ PKGNAMEPREFIX=	arm-elf-
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	GNU binutils for vanilla ARM cross-development
 
-USE_BZIP2=	yes
-USES=		gettext gmake
+USES=		gettext gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--target=${PKGNAMEPREFIX:S/-$//} --disable-werror \
 		--disable-nls CFLAGS="-I/usr/local/include"


More information about the svn-ports-head mailing list