aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-05-12 04:31:54 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-05-12 04:34:38 +0000
commit6bd21e180e9d43d44ffb873323c1b9e74652d4ff (patch)
treecfcdd498227b76a7293d146a3bd0818785602f3e
parenta39e31cc361f1313a880883d2dfb5c7590779c0c (diff)
downloadports-6bd21e180e9d43d44ffb873323c1b9e74652d4ff.tar.gz
ports-6bd21e180e9d43d44ffb873323c1b9e74652d4ff.zip
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
-rw-r--r--lang/gjs/Makefile1
1 files changed, 1 insertions, 0 deletions
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