Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 13:54:37 +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: r352501 - head/devel/automake
Message-ID:  <201404281354.s3SDsbRT060181@svn.freebsd.org>

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

Log:
  Convert from USE_XZ to USES=tar:xz

Modified:
  head/devel/automake/Makefile

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Mon Apr 28 13:46:35 2014	(r352500)
+++ head/devel/automake/Makefile	Mon Apr 28 13:54:36 2014	(r352501)
@@ -17,8 +17,7 @@ RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
 USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.14
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USE_XZ=		yes
-USES=		perl5
+USES=		perl5 tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"



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