diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
commit | 1d00aa2b00e092386a9279e5dd9acc7b362b605a (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /benchmarks | |
parent | 51d66dd104bf4cc7fd044764b8510e58e10ed84d (diff) | |
download | ports-1d00aa2b00e092386a9279e5dd9acc7b362b605a.tar.gz ports-1d00aa2b00e092386a9279e5dd9acc7b362b605a.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pybench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile index fe154672080e..a405d1c4c795 100644 --- a/benchmarks/pybench/Makefile +++ b/benchmarks/pybench/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME} -USES= python shebangfix zip +USES= python:2.7 shebangfix zip SHEBANG_FILES= platform.py NO_ARCH= yes |