Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 13:12:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352495 - head/devel/autoconf213
Message-ID:  <201404281312.s3SDCGmj043214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 28 13:12:16 2014
New Revision: 352495
URL: http://svnweb.freebsd.org/changeset/ports/352495
QAT: https://qat.redports.org/buildarchive/r352495/

Log:
  Convert from USE_BZIP2 to USES=tar:bzip2

Modified:
  head/devel/autoconf213/Makefile

Modified: head/devel/autoconf213/Makefile
==============================================================================
--- head/devel/autoconf213/Makefile	Mon Apr 28 13:02:17 2014	(r352494)
+++ head/devel/autoconf213/Makefile	Mon Apr 28 13:12:16 2014	(r352495)
@@ -22,8 +22,7 @@ RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
 
 BUILD_VERSION=	2.13
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USE_BZIP2=	yes
-USES=		perl5 desthack
+USES=		perl5 desthack tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}



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