aboutsummaryrefslogtreecommitdiff
path: root/science/paraview
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-13 14:41:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-13 17:25:45 +0000
commit0c041ad4a2d2ade16fb3a91a5e651f018e33455f (patch)
treea096a27b5f9d47d052a7fbe040ae93422b7cafc8 /science/paraview
parentdb2b8e7e56e03df0101eadbb86360c282e9494fd (diff)
downloadports-0c041ad4a2d2ade16fb3a91a5e651f018e33455f.tar.gz
ports-0c041ad4a2d2ade16fb3a91a5e651f018e33455f.zip
textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server
Diffstat (limited to 'science/paraview')
-rw-r--r--science/paraview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 7c736b11962c..04b6abc6a5c8 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= 5.10.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION}
@@ -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>