git: 6bd21e180e9d - main - lang/gjs: add build dependency on dbus
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 May 2022 04:35:54 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd21e180e9d43d44ffb873323c1b9e74652d4ff commit 6bd21e180e9d43d44ffb873323c1b9e74652d4ff Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-05-12 04:31:54 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-05-12 04:34:38 +0000 lang/gjs: add build dependency on dbus meson looks for the dbus-run-session binary to run the internal tests. If gtk3 is built with ATK_BRIDGE=off dbus is not being pulled in, and mesons' configure phase will fail. Reported by: rigoletto --- lang/gjs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 4d881862697e..7a2c7204b9df 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE_MPL11= ${WRKSRC}/LICENSES/MPL-1.1.txt LICENSE_FILE_LGPL20+ = ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt +BUILD_DEPENDS= dbus-run-session:devel/dbus LIB_DEPENDS= libmozjs-91.so:lang/spidermonkey91 \ libffi.so:devel/libffi