diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2025-01-21 13:46:52 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2025-01-21 13:46:52 +0000 |
| commit | 3c6dc755c4b773724104e19101926efa0512fda9 (patch) | |
| tree | 7b15e265bb32fb61dc4b2562ce8d576de2d2b141 | |
| parent | 56077262379296d812f70274296e3137222a2f8a (diff) | |
www/webkit2-gtk: remove no longer needed WPE dependencies since 2.44
Reported by: shamaz.mazum[at]gmail[dot]com
PR: 275914
| -rw-r--r-- | www/webkit2-gtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/webkit2-gtk/Makefile b/www/webkit2-gtk/Makefile index 71865bd7186d..ec27b67877c9 100644 --- a/www/webkit2-gtk/Makefile +++ b/www/webkit2-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= webkit DISTVERSION= 2.46.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk_${FLAVOR} @@ -124,9 +125,7 @@ GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols -WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ - libwpe-1.0.so:www/libwpe \ - libWPEBackend-fdo-1.0.so:www/wpebackend-fdo +WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland .include <bsd.port.options.mk> |
