summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2025-11-22 14:43:13 +0100
committerJan Beich <jbeich@FreeBSD.org>2025-11-24 23:02:46 +0100
commit42c18fd87fc05710c77f74968b644ec6d8a58f27 (patch)
tree64332a59671106a7888a3faa26316717bbc3c423
parentnet/wayvnc: simplify MESON_ARGS after 5cf2c031f53e (diff)
sysutils/seatd: simplify MESON_ARGS after 5cf2c031f53e
-rw-r--r--sysutils/seatd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index 16b582cd9fda..1f1f31eb9df6 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -15,7 +15,7 @@ USES= compiler:c11 cpe meson pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
CPE_VENDOR= ${PORTNAME}_project
-MESON_ARGS= -Dlibseat-logind=disabled
+MESON_DISABLED= libseat-logind
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} \
"@(,video,4750) bin/${PORTNAME}-launch" \