aboutsummaryrefslogtreecommitdiff
path: root/graphics/vv
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-26 22:04:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-26 22:04:10 +0000
commit16f524ab646b9ae0d9e453eedc8fbc7eaa026764 (patch)
tree8b4d88267fa1d27f2faef1d8b6eb8a908824b92a /graphics/vv
parentaf24a3a1a4bac34e96d625f1eb27b091d7b82960 (diff)
downloadports-16f524ab646b9ae0d9e453eedc8fbc7eaa026764.tar.gz
ports-16f524ab646b9ae0d9e453eedc8fbc7eaa026764.zip
math/vtk8: Update 8.1.2 -> 8.2.0
science/liggght is updated 3.8.0 -> 3.8.0-26 because only later revisions support vtk8-8.2.0 3 dependent ports bumped.
Notes
Notes: svn path=/head/; revision=533086
Diffstat (limited to 'graphics/vv')
-rw-r--r--graphics/vv/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile
index e0ecf295fb6f..25d03db4c44a 100644
--- a/graphics/vv/Makefile
+++ b/graphics/vv/Makefile
@@ -4,7 +4,7 @@ PORTNAME= vv
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0-377
DISTVERSIONSUFFIX= -g7c3a1ed4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@@ -22,7 +22,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libpng.so:graphics/png \
libsz.so:science/szip \
libtiff.so:graphics/tiff \
- libvtkIOSQL-8.1.so:math/vtk8
+ libvtkIOSQL-8.2.so:math/vtk8
USES= cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg
USE_GITHUB= yes
@@ -31,6 +31,8 @@ USE_QT= core designer gui network sql widgets xml buildtools_build qmake_build
USE_XORG= ice sm x11 xext xt
USE_CXXSTD= c++11
+CMAKE_ARGS= -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-8.2/cmake/vtk-8.2
+
PLIST_FILES= bin/vv
post-configure: # workaround for "error: unable to find library -lGTest::GTest", see https://github.com/open-vv/vv/issues/74