Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 19:20:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363376 - head/benchmarks/polygraph
Message-ID:  <201407291920.s6TJK9Do004773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 29 19:20:08 2014
New Revision: 363376
URL: http://svnweb.freebsd.org/changeset/ports/363376
QAT: https://qat.redports.org/buildarchive/r363376/

Log:
  Fix make fetch
  
  Pointy hat:	adamw

Modified:
  head/benchmarks/polygraph/Makefile

Modified: head/benchmarks/polygraph/Makefile
==============================================================================
--- head/benchmarks/polygraph/Makefile	Tue Jul 29 19:16:43 2014	(r363375)
+++ head/benchmarks/polygraph/Makefile	Tue Jul 29 19:20:08 2014	(r363376)
@@ -14,6 +14,7 @@ COMMENT=	Benchmarking tool for Web proxi
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		tar:tgz
 USE_GCC=	any
 GNU_CONFIGURE=	yes
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -43,7 +44,7 @@ CONFIGURE_ARGS+=	--without-ssl
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USES+=		perl5 tar:tgz
+USES+=		perl5
 USE_PERL5=	run
 .endif
 



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