diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:38:11 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:38:11 +0000 |
commit | 57f1865da832cd9d777a31b47df5288436112d6a (patch) | |
tree | d6e27a0d57616c7eccb2246962b90d385173b08f /benchmarks | |
parent | 715852b561960374f4893efaa2f34fe72c6bb1b2 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pybench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/tsung/Makefile | 3 |
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} |