git: 76b876654632 - main - x11/gnome-shell: Add library to NO_SHLIB_REQUIRES_GLOB

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 22:59:53 UTC
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76b8766546328b40d9b270d0df5f17786cf4dca9

commit 76b8766546328b40d9b270d0df5f17786cf4dca9
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-06-17 22:31:07 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-17 22:59:11 +0000

    x11/gnome-shell: Add library to NO_SHLIB_REQUIRES_GLOB
    
    Add libmutter-mtk-* to NO_SHLIB_REQUIRES_GLOB to avoid a pkg install
    failure.
    
    PR:             287560
---
 x11/gnome-shell/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 32beccdb5527..56424ccc24ff 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gnome-shell
 PORTVERSION=	47.7
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -46,7 +47,7 @@ USE_LDCONFIG=	yes
 SHEBANG_FILES=	src/gnome-shell-test-tool.in \
 		src/data-to-c.py
 # These libs are found via rpath mechanism
-NO_SHLIB_REQUIRES_GLOB=	libmutter-clutter-* libmutter-cogl-*
+NO_SHLIB_REQUIRES_GLOB=	libmutter-clutter-* libmutter-cogl-* libmutter-mtk-*
 
 OPTIONS_DEFINE=	EXAMPLES
 OPTIONS_DEFAULT=	EXAMPLES