1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix make fetch

Pointy hat:	adamw
This commit is contained in:
Antoine Brodin 2014-07-29 19:20:08 +00:00
parent 3ac88e339a
commit 127889d1ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363376

View File

@ -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