summaryrefslogtreecommitdiff
path: root/sysutils/fwupd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fwupd/Makefile')
-rw-r--r--sysutils/fwupd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/fwupd/Makefile b/sysutils/fwupd/Makefile
index 6f8cad457c08..6cf0c3e3ee29 100644
--- a/sysutils/fwupd/Makefile
+++ b/sysutils/fwupd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fwupd
DISTVERSION= 2.0.18
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= decke@FreeBSD.org
@@ -63,4 +64,11 @@ MESON_ARGS+= -Dlibmnl=disabled \
-Dplugin_modem_manager=disabled \
-Dpython=${PYTHON_CMD}
+.include <bsd.port.options.mk>
+
+# FreeBSD 14.x needs extra libinotify dependency
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000
+LIB_DEPENDS+= libinotify.so:devel/libinotify
+.endif
+
.include <bsd.port.mk>