svn commit: r356661 - head/devel/nasm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 5 18:01:33 UTC 2014


Author: amdmi3
Date: Thu Jun  5 18:01:32 2014
New Revision: 356661
URL: http://svnweb.freebsd.org/changeset/ports/356661
QAT: https://qat.redports.org/buildarchive/r356661/

Log:
  - Convert USE_XZ to USES
  
  Approved by:	portmgr blanket

Modified:
  head/devel/nasm/Makefile

Modified: head/devel/nasm/Makefile
==============================================================================
--- head/devel/nasm/Makefile	Thu Jun  5 18:01:18 2014	(r356660)
+++ head/devel/nasm/Makefile	Thu Jun  5 18:01:32 2014	(r356661)
@@ -13,9 +13,8 @@ COMMENT=	General-purpose multi-platform 
 
 LICENSE=	BSD2CLAUSE
 
-USE_XZ=	yes
 GNU_CONFIGURE=	yes
-USES=	gmake	# parallel builds (-jX) are broken with BSD make(1)
+USES=		tar:xz gmake	# parallel builds (-jX) are broken with BSD make(1)
 MAKE_ARGS+=	INSTALLROOT=${STAGEDIR}
 INSTALL_TARGET=	install install_rdf
 


More information about the svn-ports-head mailing list