aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-27 02:01:46 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-27 02:01:46 +0000
commit433bf93ce8d05b56398605a15ba3750ec9084fe6 (patch)
treeaa5689d2cd6161c778731186c58098631b34c34b /math
parent8e3fa94d772badbed8f3f35327ffa4e318d053a2 (diff)
downloadports-433bf93ce8d05b56398605a15ba3750ec9084fe6.tar.gz
ports-433bf93ce8d05b56398605a15ba3750ec9084fe6.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/vtk6/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile
index e804850df879..9678f1e9e847 100644
--- a/math/vtk6/Makefile
+++ b/math/vtk6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vtk
PORTVERSION= 6.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 6
@@ -37,7 +37,7 @@ DATADIR= ${PREFIX}/share/vtk-${VTK_SHORT_VER}
# Options
OPTIONS_DEFINE= DESIGNER DOCS OSMESA EXAMPLES SHARED
-OPTIONS_DEFAULT=SHARED
+OPTIONS_DEFAULT=PYTHON SHARED
#OPTIONS_DEFAULT=MPI Qt JAVA PYTHON TCLTK DESIGNER
OSMESA_DESC= Use Mesa for off-screen rendering
DESIGNER_DESC= Build the Qt Designer plugin
@@ -64,7 +64,6 @@ Qt_DESC= Qt GUI support
QT4_DESC= Qt 4 toolkit support
QT5_DESC= Qt 5 toolkit support
-
CMAKE_ARGS+= -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \
-DVTK_INSTALL_ARCHIVE_DIR=lib/vtk-${VTK_SHORT_VER} \
-DVTK_INSTALL_NO_DOCUMENTATION=ON \