From fa2f6831bc9415fcd017a6f826f177655e555587 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Mon, 27 Apr 2020 07:58:12 +0000 Subject: chase vtk8 upgrade from ports r533086 the shared library version changed, and the cmake files are now in a new location --- cad/opencascade/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cad/opencascade') 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 -- cgit v1.2.3