diff options
author | mat <mat@FreeBSD.org> | 2013-11-19 00:49:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-19 00:49:08 +0800 |
commit | 1c7f8b95d62eafb35617edcc925b5fcbee3f917b (patch) | |
tree | 63e6d15966ea12b50eb61f4a8843321a8453b1c8 /benchmarks | |
parent | 070625df0201d1e5127bbc19adeb4e5b900d8647 (diff) | |
download | freebsd-ports-gnome-1c7f8b95d62eafb35617edcc925b5fcbee3f917b.tar.gz freebsd-ports-gnome-1c7f8b95d62eafb35617edcc925b5fcbee3f917b.tar.zst freebsd-ports-gnome-1c7f8b95d62eafb35617edcc925b5fcbee3f917b.zip |
The default perl threads option changed.
Approved by: with perl@ hat.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/slowloris/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/slowloris/Makefile b/benchmarks/slowloris/Makefile index 77747a292cdf..306a39b85ecd 100644 --- a/benchmarks/slowloris/Makefile +++ b/benchmarks/slowloris/Makefile @@ -20,13 +20,15 @@ PLIST_FILES= bin/slowloris NO_STAGE= yes .include <bsd.port.pre.mk> -PERL_THREADS= no +PERL_THREADS= yes .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::usethreads .if ${PERL_THREADS} == "'define';" RUN_DEPENDS+= p5-threads-shared>=0:${PORTSDIR}/devel/p5-threads-shared PERL_THREADS= yes +.else +PERL_THREADS= no .endif .endif |