diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-kiwisolver/Makefile | 2 | ||||
-rw-r--r-- | math/py-numpy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index 35defc375f00..f5a50a736e6c 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -12,7 +12,7 @@ COMMENT= Fast implementation of the Cassowary constraint solver LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang python +USES= compiler:c++11-lang python:3.6+ USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e06ff0931d52..707fa4673d8b 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c11 fortran python zip +USES= compiler:c11 fortran python:3.6+ zip USE_PYTHON= allflavors autoplist concurrent cython distutils GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// |