diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-20 14:42:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-20 14:42:36 +0000 |
commit | c5e4a5c4a4b7d57fc642cd44cc22153f322844ab (patch) | |
tree | 1b3e7abe2aedf1862a48fc05792934dc040b8a1e /science/py-tensorflow | |
parent | Revert r517286, breaking bulk -a is not covered by portmgr blanket (diff) |
Unbreak bulk -a with non default versions of python3
Diffstat (limited to 'science/py-tensorflow')
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 8c2bc57cee06..256cff97d112 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -53,7 +53,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl>=0.7.1:devel/py-absl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11.2:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6 shebangfix jpeg ssl +USES= python:3.6+ shebangfix jpeg ssl SHEBANG_GLOB= *.py USE_GITHUB= yes USE_PYTHON= distutils |