diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 04:56:04 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 04:56:04 +0800 |
commit | 759510d76d5e7b6cc4b4b74d82d1bdd4e6bbfd37 (patch) | |
tree | 1c2724dd5586a6e99451ef0c395cf20ec2c1e906 /science | |
parent | 33f3170845bd84e25776986eb4c63effdcd2db56 (diff) | |
download | freebsd-ports-gnome-759510d76d5e7b6cc4b4b74d82d1bdd4e6bbfd37.tar.gz freebsd-ports-gnome-759510d76d5e7b6cc4b4b74d82d1bdd4e6bbfd37.tar.zst freebsd-ports-gnome-759510d76d5e7b6cc4b4b74d82d1bdd4e6bbfd37.zip |
Use PYNUMPY
Diffstat (limited to 'science')
-rw-r--r-- | science/py-asdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index a35dd58bdfaf..32d2bdf612bc 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py-numpy@${PY_FLAVOR} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1:devel/py-semantic_version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} |