aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-04-18 18:42:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-04-18 18:42:27 +0000
commit2f7ff22280f582b813905e8db109da70b1cadeeb (patch)
tree09009303ec3f59795c590eb9328bf8ec0e250277 /cad/opencascade
parent3467316df1023cb107fbbb17529d5d94f9b21d42 (diff)
downloadports-2f7ff22280f582b813905e8db109da70b1cadeeb.tar.gz
ports-2f7ff22280f582b813905e8db109da70b1cadeeb.zip
Switch to VTK-8.1.
Notes
Notes: svn path=/head/; revision=532040
Diffstat (limited to 'cad/opencascade')
-rw-r--r--cad/opencascade/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index f386493f242f..814b2ef4541d 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencascade
PORTVERSION= 7.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libvtksys-${VTKVER}.so:math/vtk6 \
+ libvtksys-${VTKVER}.so:math/vtk8 \
libfreetype.so:print/freetype2 \
libtbb.so:devel/tbb
RUN_DEPENDS= bash:shells/bash
@@ -37,7 +37,7 @@ SHEBANG_FILES= adm/templates/*.sh \
gendoc
ENVSH= adm/templates/env.sh
-VTKVER= 6.2
+VTKVER= 8.1
OPTIONS_DEFINE= DOCS DOXYGEN FFMPEG VIS
VIS_DESC= Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps)