summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--academic/xiphos/xiphos.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild
index dbeb9cfda1..769d5c613c 100644
--- a/academic/xiphos/xiphos.SlackBuild
+++ b/academic/xiphos/xiphos.SlackBuild
@@ -85,7 +85,7 @@ find -L . \
#patch to make work with newer glib
echo "#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)" >>cmake/config.h.cmake.in
-if $(pkg-config --exists webkit2gtk.1); then #patch for webkit2gtk4.1
+if $(pkg-config --exists webkit2gtk-4.1); then #patch for webkit2gtk4.1
sed -i 's/webkit2gtk-4.0/webkit2gtk-4.1/g' cmake/XiphosDependencies.cmake
sed -i 's/libsoup-2.4/libsoup-3.0/g' cmake/XiphosDependencies.cmake
fi