diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-03 20:56:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-03 20:56:09 +0000 |
commit | c43180ab932333c04af56a0b385a0351aeb61e80 (patch) | |
tree | ee873e347e9b84e692d1863ac65c0045082d6e34 /science | |
parent | 759510d76d5e7b6cc4b4b74d82d1bdd4e6bbfd37 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/py-eccodes-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-eccodes-python/Makefile b/science/py-eccodes-python/Makefile index 41556f5e458e..d4cd3bf18960 100644 --- a/science/py-eccodes-python/Makefile +++ b/science/py-eccodes-python/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libeccodes.so:science/eccodes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} + ${PYNUMPY} USES= python:3.5+ USE_PYTHON= autoplist distutils |