summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2025-10-16 13:49:00 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2025-10-16 13:52:26 +0000
commitf6f4b693ee67722875fec2d43297dd77f1f9034b (patch)
treef07624a2fa3fc89ec1167be6de1a9339b795b59a
parentnet/k6: Update to 1.3.0 (diff)
sysutils/fwupd: Add missing dbus runtime dependency for daemon
-rw-r--r--sysutils/fwupd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fwupd/Makefile b/sysutils/fwupd/Makefile
index 4c2679134b5a..dcc775d522c9 100644
--- a/sysutils/fwupd/Makefile
+++ b/sysutils/fwupd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fwupd
DISTVERSION= 2.0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= decke@FreeBSD.org
@@ -35,6 +35,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor \
libprotobuf-c.so:devel/protobuf-c \
libxmlb.so:textproc/libxmlb
RUN_DEPENDS= blkid:filesystems/libblkid \
+ dbus-daemon:devel/dbus \
flashrom>0:sysutils/flashrom \
${LOCALBASE}/libdata/pkgconfig/fwupd-efi.pc:sysutils/fwupd-efi \
valgrind>0:devel/valgrind