svn commit: r356660 - head/devel/patch

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


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

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

Modified:
  head/devel/patch/Makefile

Modified: head/devel/patch/Makefile
==============================================================================
--- head/devel/patch/Makefile	Thu Jun  5 17:59:31 2014	(r356659)
+++ head/devel/patch/Makefile	Thu Jun  5 18:01:18 2014	(r356660)
@@ -11,8 +11,7 @@ COMMENT=	GNU patch utility
 
 LICENSE=	GPLv3
 
-USE_XZ=		yes
-USES=		charsetfix gmake
+USES=		charsetfix gmake tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g --disable-silent-rules
 


More information about the svn-ports-head mailing list