diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-22 09:37:50 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-22 09:40:34 +0000 |
commit | 580d53bd0944f7e609e9a27154b29b52a65276ea (patch) | |
tree | d5da6db376557f8f1ff4a112ae68764dd076484f /science | |
parent | 7383ee5377dd14e96ddf1aef2145867ff191de6a (diff) | |
download | ports-580d53bd0944f7e609e9a27154b29b52a65276ea.tar.gz ports-580d53bd0944f7e609e9a27154b29b52a65276ea.zip |
Diffstat (limited to 'science')
-rw-r--r-- | science/elmerfem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile index e3911bb4dafc..ca7a1c9c605f 100644 --- a/science/elmerfem/Makefile +++ b/science/elmerfem/Makefile @@ -3,6 +3,7 @@ PORTNAME= elmerfem DISTVERSIONPREFIX= release- DISTVERSION= 9.0 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= henrik@gulbra.net @@ -59,7 +60,7 @@ OCC_LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpython${_PYVERSION}.so:lang/python${PYTHON_SUFFIX} \ libtiff.so:graphics/tiff \ libTKernel.so:cad/opencascade \ - libvtksys-9.0.so:math/vtk9 + libvtksys-9.1.so:math/vtk9 OCC_USES= python OCC_CMAKE_BOOL= WITH_OCC OCC_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.0 |