aboutsummaryrefslogtreecommitdiff
path: root/math/xtensor-python
diff options
context:
space:
mode:
Diffstat (limited to 'math/xtensor-python')
-rw-r--r--math/xtensor-python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xtensor-python/Makefile b/math/xtensor-python/Makefile
index 4117580f6129..ae8d01be47ea 100644
--- a/math/xtensor-python/Makefile
+++ b/math/xtensor-python/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xtensor-python
DISTVERSION= 0.29.0
+PORTREVISION= 1
CATEGORIES= math python
MAINTAINER= yuri@FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
HPP_DEPENDS= xtensor>0:math/xtensor \
pybind11>0:devel/pybind11 \
- ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
BUILD_DEPENDS= ${HPP_DEPENDS}
RUN_DEPENDS= ${HPP_DEPENDS}
TEST_DEPENDS= googletest>0:devel/googletest \