diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-20 07:02:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-20 07:02:56 +0000 |
commit | e44cd9396c2130b46ee76695addc3fa5a5664322 (patch) | |
tree | 74e0dddf223feb68e4ac8fb71b4702bb262e2a63 /science | |
parent | 758776a259be2591421fefdaaf912185704edbd4 (diff) | |
download | freebsd-ports-e44cd9396c2130b46ee76695addc3fa5a5664322.zip |
Unbreak bulk -a
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scimath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index d2e81ece3619..2f68c0ad542c 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=0:devel/py-traits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |