aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:38:11 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:38:11 +0000
commit57f1865da832cd9d777a31b47df5288436112d6a (patch)
treed6e27a0d57616c7eccb2246962b90d385173b08f /benchmarks
parent715852b561960374f4893efaa2f34fe72c6bb1b2 (diff)
downloadports-57f1865da832cd9d777a31b47df5288436112d6a.tar.gz
ports-57f1865da832cd9d777a31b47df5288436112d6a.zip
- Convert ports from benchmarks/ and biology/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371171
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pybench/Makefile3
-rw-r--r--benchmarks/tsung/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile
index 5bdd126b489d..37b52dbb59f4 100644
--- a/benchmarks/pybench/Makefile
+++ b/benchmarks/pybench/Makefile
@@ -11,8 +11,7 @@ COMMENT= Extensible benchmark suite for Python
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= zip
-USE_PYTHON= yes
+USES= python zip
PORTDOCS= README
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile
index dd19f0eaa4ac..c40a0a65df0f 100644
--- a/benchmarks/tsung/Makefile
+++ b/benchmarks/tsung/Makefile
@@ -15,10 +15,9 @@ BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
USE_PERL5= run
-USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
-USES= gmake perl5 shebangfix
+USES= gmake perl5 python:run shebangfix
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py
PLIST_SUB= PORTVERSION=${PORTVERSION}