diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-30 03:20:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-30 03:20:08 +0800 |
commit | 21557965529c7d9568cbeba67093ff714290a5cb (patch) | |
tree | e4c3c6b792a1522e63e79fa311025a5fc2793f69 | |
parent | 0ba43da34dfc0180ceef71147a4747f19bf98db1 (diff) | |
download | freebsd-ports-gnome-21557965529c7d9568cbeba67093ff714290a5cb.tar.gz freebsd-ports-gnome-21557965529c7d9568cbeba67093ff714290a5cb.tar.zst freebsd-ports-gnome-21557965529c7d9568cbeba67093ff714290a5cb.zip |
Fix make fetch
Pointy hat: adamw
-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 |