aboutsummaryrefslogtreecommitdiff
path: root/science/liggghts
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-11-04 10:25:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-11-04 10:25:39 +0000
commit1aa325043c4589ce12e0c99dd7e6fa89250f17d9 (patch)
tree5c2ed1556ccc50b195ef357538d6a4bc7a71849c /science/liggghts
parent2fb018b25fc20de162fbc76ddf89efc0a2c52263 (diff)
downloadports-1aa325043c4589ce12e0c99dd7e6fa89250f17d9.tar.gz
ports-1aa325043c4589ce12e0c99dd7e6fa89250f17d9.zip
science/liggghts: Set VTK_DIR to prevent conflicts with other vtk versions
Notes
Notes: svn path=/head/; revision=483987
Diffstat (limited to 'science/liggghts')
-rw-r--r--science/liggghts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/liggghts/Makefile b/science/liggghts/Makefile
index a483f17a0e18..48aa7f48320c 100644
--- a/science/liggghts/Makefile
+++ b/science/liggghts/Makefile
@@ -27,7 +27,8 @@ USE_XORG= ice sm x11 xext xt
USE_QT= core gui sql widgets qmake_build buildtools_build
USE_LDCONFIG= yes
-CMAKE_ARGS= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" -DMPI_CXX_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicxx"
+CMAKE_ARGS= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" -DMPI_CXX_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicxx" \
+ -DVTK_DIR:FILEPATH="${LOCALBASE}/lib/cmake/vtk-8.1"
WRKSRC_SUBDIR= src