diff options
Diffstat (limited to 'benchmarks/polygraph/Makefile')
-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 f36dd15b07b0..b9eb96f16bde 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --without-ssl .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run .endif .if ${PORT_OPTIONS:MZLIB} |