diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
commit | 8d3f9e637bedbbfa8df328bb37f953531d0dac4d (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /benchmarks/pybench | |
parent | 25ca86f1d02f85687a502b229a2837c93974fbe2 (diff) | |
download | freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.gz freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.zst freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'benchmarks/pybench')
-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 |