aboutsummaryrefslogtreecommitdiff
path: root/graphics/matplotlib-cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/matplotlib-cpp/Makefile')
-rw-r--r--graphics/matplotlib-cpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/matplotlib-cpp/Makefile b/graphics/matplotlib-cpp/Makefile
index 9aaa25c9b853..21a75ff12c4a 100644
--- a/graphics/matplotlib-cpp/Makefile
+++ b/graphics/matplotlib-cpp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= matplotlib-cpp
PORTVERSION= g20210422
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
@@ -11,7 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
USES= cmake:testing compiler:c++17-lang python