diff options
Diffstat (limited to 'math/py-pyodeint/Makefile')
| -rw-r--r-- | math/py-pyodeint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index 9fde418094a6..21f12b1d4262 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -11,9 +11,9 @@ WWW= https://github.com/bjodah/pyodeint LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} USES= compiler:c++11-lang localbase python USE_PYTHON= distutils autoplist pytest |
