svn commit: r363376 - head/benchmarks/polygraph
Antoine Brodin
antoine at FreeBSD.org
Tue Jul 29 19:20:09 UTC 2014
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
More information about the svn-ports-head
mailing list