git: 3c6dc755c4b7 - main - www/webkit2-gtk: remove no longer needed WPE dependencies since 2.44
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jan 2025 13:50:26 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c6dc755c4b773724104e19101926efa0512fda9 commit 3c6dc755c4b773724104e19101926efa0512fda9 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-01-21 13:46:52 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-01-21 13:46:52 +0000 www/webkit2-gtk: remove no longer needed WPE dependencies since 2.44 Reported by: shamaz.mazum[at]gmail[dot]com PR: 275914 --- www/webkit2-gtk/Makefile | 5 ++--- 1 file 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>