summaryrefslogtreecommitdiffstats
path: root/utils/gnuplot/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gnuplot/DEPENDS')
-rwxr-xr-xutils/gnuplot/DEPENDS9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index fd5d26a80f..5809a04c86 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -13,7 +13,7 @@ optional_depends "readline" \
"use gnu readline instead of builtin readline" &&
optional_depends xorg-libs --with-x --without-x "X11 output" &&
-optional_depends WXWIDGET --enable-wxt --disable-wxt \
+optional_depends WXWIDGET --enable-wxwidgets --disable-wxwidgets \
"wxWidgets interactive terminal" &&
optional_depends svgalib \
@@ -27,8 +27,11 @@ optional_depends lua "--with-lua" "--without-lua" \
optional_depends cairo "--with-cairo" "--without-cairo" \
"cairo-based terminals" &&
-optional_depends qt4 "--enable-qt" "--disable-qt" \
- "Qt-based interactive terminal" &&
+optional_depends qt4 "--with-qt=qt4" "--without-qt" \
+ "Qt-based interactive terminal" &&
+
+optional_depends libcerf "--with-libcerf" "--without-libcerf" \
+ "for special functions from libcerf" &&
if is_depends_enabled $SPELL wxgtk; then
depends cairo &&