svn commit: r352501 - head/devel/automake

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 28 13:54:37 UTC 2014


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"


More information about the svn-ports-all mailing list