Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 21:51:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358187 - head/ftp/wget
Message-ID:  <201406172151.s5HLpMc9024455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Jun 17 21:51:22 2014
New Revision: 358187
URL: http://svnweb.freebsd.org/changeset/ports/358187
QAT: https://qat.redports.org/buildarchive/r358187/

Log:
  Switch to USES=tar:xz.
  
  PR:		191121
  Submitted by:	venture37@geeklan.co.uk

Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Tue Jun 17 21:49:32 2014	(r358186)
+++ head/ftp/wget/Makefile	Tue Jun 17 21:51:22 2014	(r358187)
@@ -12,8 +12,7 @@ COMMENT=	Retrieve files from the Net via
 
 LICENSE=	GPLv3
 
-USES=		charsetfix gmake perl5
-USE_XZ=		yes
+USES=		charsetfix gmake perl5 tar:xz
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 



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