diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /benchmarks | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 80b614b846f3..d9462832e0fd 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -15,7 +15,7 @@ COMMENT= A benchmarking tool for Web proxies LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GCC= 4.2+ +USE_GCC= any GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |