aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-04-27 07:58:12 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-04-27 07:58:12 +0000
commitfa2f6831bc9415fcd017a6f826f177655e555587 (patch)
treeae8e7c61413827062db002e221f5c2a3712ba856 /cad/opencascade
parent7a48d696a00b5f2f11d86b79369d9c874db39223 (diff)
downloadports-fa2f6831bc9415fcd017a6f826f177655e555587.tar.gz
ports-fa2f6831bc9415fcd017a6f826f177655e555587.zip
Notes
Diffstat (limited to 'cad/opencascade')
-rw-r--r--cad/opencascade/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index eb80178b468b..d20525fb2430 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencascade
PORTVERSION= 7.4.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -39,7 +39,7 @@ SHEBANG_FILES= adm/templates/*.sh \
gendoc
ENVSH= adm/templates/env.sh
-VTKVER= 8.1
+VTKVER= 8.2
OPTIONS_DEFINE= DOCS DOXYGEN FFMPEG VIS
VIS_DESC= Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps)
@@ -58,7 +58,8 @@ CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DINSTALL_DIR_TESTS=${OCCROOT}/tests \
-DINSTALL_TEST_CASES:BOOL=ON \
-DUSE_TBB:BOOL=ON \
- -DUSE_VTK:BOOL=ON
+ -DUSE_VTK:BOOL=ON \
+ -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTKVER}/cmake/vtk-${VTKVER}
USE_LDCONFIG= yes