git: f64170c1d184 - main - accessibility/at-spi2-core: Run-depend on gsettings-desktop-schemas

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 28 Oct 2025 13:55:31 UTC
The branch main has been updated by arrowd:

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

commit f64170c1d18494e458a5daad6de22d2b8805636c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-10-28 13:53:23 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-10-28 13:55:12 +0000

    accessibility/at-spi2-core: Run-depend on gsettings-desktop-schemas
    
    This dep is required by the at-spi-bus-launcher program installed by
    this package.
    
    Not bumping PORTREVISION as I'm going to update the port in quick succession.
---
 accessibility/at-spi2-core/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index 287541d2cbb6..b810f1b46b1a 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -11,6 +11,8 @@ WWW=		https://gitlab.gnome.org/GNOME/at-spi2-core
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
+
 USES=		gettext-tools gnome localbase meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build libxml2:build
 USE_LDCONFIG=	yes