svn commit: r356355 - head/devel/bison

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:00:18 UTC 2014


Author: amdmi3
Date: Tue Jun  3 13:00:17 2014
New Revision: 356355
URL: http://svnweb.freebsd.org/changeset/ports/356355
QAT: https://qat.redports.org/buildarchive/r356355/

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

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Tue Jun  3 13:00:07 2014	(r356354)
+++ head/devel/bison/Makefile	Tue Jun  3 13:00:17 2014	(r356355)
@@ -15,8 +15,7 @@ RUN_DEPENDS=	m4>=1.4.16,1:${PORTSDIR}/de
 
 OPTIONS_DEFINE=	EXAMPLES NLS
 
-USES=		charsetfix perl5
-USE_XZ=		yes
+USES=		charsetfix perl5 tar:xz
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list