summaryrefslogtreecommitdiffstats
path: root/science-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2017-01-13 17:04:54 +0100
committerTreeve Jelbert2017-01-13 17:05:48 +0100
commit704602883971695fcb2b282a7369f67066691b06 (patch)
tree7caa3fcea663474c0e9bdc251041c846da83cfb7 /science-libs
parente0d44d45ff87cd6fe7d24b628d27b7667e5475a2 (diff)
science-libs/vtk - tweak depends qtwebkit => WEBKIT_QT
Diffstat (limited to 'science-libs')
-rwxr-xr-xscience-libs/vtk/DEPENDS2
-rw-r--r--science-libs/vtk/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/science-libs/vtk/DEPENDS b/science-libs/vtk/DEPENDS
index cc949c8e74..e2b9f90e52 100755
--- a/science-libs/vtk/DEPENDS
+++ b/science-libs/vtk/DEPENDS
@@ -45,7 +45,7 @@ optional_depends qtbase ' -DVTK_Group_Qt=1 -DVTK_QT_VERSION=5' '' 'Qt support'
if is_depends_enabled $SPELL qtbase; then
depends qttools
fi &&
-optional_depends qtwebkit ' -DVTK_Group_Web=1' ' -DVTK_Group_Web=0' 'Browsing support' &&
+optional_depends WEBKIT_QT ' -DVTK_Group_Web=1' ' -DVTK_Group_Web=0' 'Browsing support' &&
optional_depends doxygen \
-DBUILD_DOCUMENTATION=O{N,FF} \
"build documentation"
diff --git a/science-libs/vtk/HISTORY b/science-libs/vtk/HISTORY
index b3779d9520..6fb6fe09dc 100644
--- a/science-libs/vtk/HISTORY
+++ b/science-libs/vtk/HISTORY
@@ -1,3 +1,6 @@
+2017-01-13 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: qtwebkit => WEBKIT_QT
+
2016-08-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* gcc6.patch, PRE_BUILD: fix build error with gcc 6
* DEPENDS: add dependency on qttools