diff options
Diffstat (limited to 'math/py-cma')
-rw-r--r-- | math/py-cma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index bbc548ee3427..a5806660280a 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -12,7 +12,7 @@ COMMENT= CMA-ES for non-linear numerical optimization in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/cma/LICENSE -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils |