diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-01 13:06:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-01 13:06:13 +0000 |
commit | 33084de1152f2997519d93dc84d525cfe16913bb (patch) | |
tree | 381f8ad82b9968a18cb96cf398e097de9619f06b /astro | |
parent | 90764dac24341da9171d7b0592a16dfb66280c9e (diff) | |
download | ports-33084de1152f2997519d93dc84d525cfe16913bb.tar.gz ports-33084de1152f2997519d93dc84d525cfe16913bb.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 7efb3e35f993..23c921a806dd 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${ENUM34} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.0:math/py-numpy@${PY_FLAVOR} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \ |