diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:20:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:20:08 +0000 |
commit | 127889d1eac44751a6611ef6867a637771ddaa7e (patch) | |
tree | e4c3c6b792a1522e63e79fa311025a5fc2793f69 /benchmarks | |
parent | 3ac88e339aa7670d137c05ad449d26b7afad0c67 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 3 |
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 |