git: c7f96cff06d9 - main - accessibility/at-spi2-core: Fix make test with USES=dbus-testing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Dec 2025 15:44:34 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c7f96cff06d97ade5015bf92b8165ee5ec36968f
commit c7f96cff06d97ade5015bf92b8165ee5ec36968f
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-12-28 15:34:28 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-12-28 15:44:30 +0000
accessibility/at-spi2-core: Fix make test with USES=dbus-testing
---
accessibility/at-spi2-core/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index 076175c1a1fc..7f4e8f3ba7d2 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
-USES= gettext-tools gnome localbase meson pkgconfig tar:xz
+USES= dbus-testing gettext-tools gnome localbase meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2:build
USE_LDCONFIG= yes
MESON_ARGS= -Duse_systemd=false