summaryrefslogtreecommitdiff
path: root/benchmarks/polygraph/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:20:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:20:08 +0000
commit127889d1eac44751a6611ef6867a637771ddaa7e (patch)
treee4c3c6b792a1522e63e79fa311025a5fc2793f69 /benchmarks/polygraph/Makefile
parentnet-mgmt/sendip: fix help2man script (diff)
Fix make fetch
Pointy hat: adamw
Notes
Notes: svn path=/head/; revision=363376
Diffstat (limited to '')
-rw-r--r--benchmarks/polygraph/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index f16c84bb0330..5581d544ed3b 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -14,6 +14,7 @@ COMMENT= Benchmarking tool for Web proxies
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