diff options
-rw-r--r-- | x11-toolkits/wxgtk32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile index 4b7ec975b382..5e3b4e7cfc26 100644 --- a/x11-toolkits/wxgtk32/Makefile +++ b/x11-toolkits/wxgtk32/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre2-32.so:devel/pcre2 \ libpng16.so:graphics/png \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup \ + libsoup-3.0.so:devel/libsoup3 \ libtiff.so:graphics/tiff \ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon @@ -83,7 +83,7 @@ MSPACK_CONFIGURE_WITH= libmspack NLS_USES= gettext -WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 +WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk@41 WEBKIT_CONFIGURE_ENABLE= webview .if ${FLAVOR} == gtk3 |