diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 07:16:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 07:16:27 +0000 |
commit | 0b69a4e7cd68d2a766ee7848e4506b8bf0ef9157 (patch) | |
tree | 22ff9df876e67f99af5324c9f06b1ca179d7679d /math/py-pyneqsys/Makefile | |
parent | 4046fcf2680644f709cbfbeaa639ca36d6082d19 (diff) |
Notes
Diffstat (limited to 'math/py-pyneqsys/Makefile')
-rw-r--r-- | math/py-pyneqsys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyneqsys/Makefile b/math/py-pyneqsys/Makefile index ae4e02f2f429..e71c5ec53e3c 100644 --- a/math/py-pyneqsys/Makefile +++ b/math/py-pyneqsys/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.1:math/py-sym@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes |