aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-15 22:54:36 +0800
committeraz <az@FreeBSD.org>2013-09-15 22:54:36 +0800
commit74847b007e16e0eb348fe1fd2ccd8af57e869cb9 (patch)
tree91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /benchmarks
parenta1d46f08242a53c98e09fb92b89af560291b77fe (diff)
downloadfreebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.gz
freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.zst
freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/polygraph/Makefile3
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}