aboutsummaryrefslogtreecommitdiff
path: root/science/paraview
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-24 08:12:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-24 08:14:57 +0000
commit7406d45d49bb84c8062dbc56845622c0ddbaf791 (patch)
tree417d67c3665e728f9666271ae4377d834587d500 /science/paraview
parent39955faf6ead97567917837d75d10b96e59a86ee (diff)
downloadports-7406d45d49bb84c8062dbc56845622c0ddbaf791.tar.gz
ports-7406d45d49bb84c8062dbc56845622c0ddbaf791.zip
math/vtk9: Update 9.1.0 -> 9.2.2
Diffstat (limited to 'science/paraview')
-rw-r--r--science/paraview/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 962bd7d1c951..e3cf79cafd7d 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= 5.10.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION}
@@ -56,7 +56,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \
libdouble-conversion.so:devel/double-conversion
RUN_DEPENDS= ${PYNUMPY} \
bash:shells/bash \
- vtk9>0:math/vtk9 \
+ vtk${VTK_VER:R}>0:math/vtk${VTK_VER:R} \
${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
USES= alias cmake compiler:c11 eigen:3 fortran gl gnome jpeg localbase \
@@ -162,4 +162,5 @@ post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/Examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+.include <../../math/vtk9/Makefile.version>
.include <bsd.port.mk>