diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 13:03:12 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 13:43:46 +0800 |
commit | c4c571d3cdd21bc196175ff1fce752eea91b6b23 (patch) | |
tree | 62a5f5605cfb63f85d1855ded1935b594a4ddcc9 /math/py-bottleneck | |
parent | math/py-bayesian-optimization: Remove PYNUMPY (diff) |
math/py-bottleneck: Remove PYNUMPY
Diffstat (limited to 'math/py-bottleneck')
-rw-r--r-- | math/py-bottleneck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index 522d5d800f18..bc28a14ea185 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils |