aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-17 16:56:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-17 16:59:32 +0000
commit91ef39095a9e95db37e8729f99f430955c768ad6 (patch)
tree71476c18acce7ab87be491929e46369650c168e8
parentf0d930d154eaa75e7bb75bee616a6868f1ab1b39 (diff)
downloadports-91ef39095a9e95db37e8729f99f430955c768ad6.tar.gz
ports-91ef39095a9e95db37e8729f99f430955c768ad6.zip
sysutils/seatd: unbreak BASU=off after 665e4e5edb6d
meson.build:1:0: ERROR: Unknown options: "libseat-consolekit2" PR: 260492 Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
-rw-r--r--sysutils/seatd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index 4cfbac907351..7ad2d4d9e858 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -32,7 +32,7 @@ BASU_PATCH_SITES= https://github.com/DankBSD/${PORTNAME}/commit/:ck2
BASU_PATCHFILES= 51a9b3c2c0e8.patch:-p1:ck2 5a8acd56cd61.patch:-p1:ck2
BASU_LIB_DEPENDS= libbasu.so:devel/basu
BASU_USES= localbase # https://github.com/emersion/basu/issues/36
-BASU_MESON_ENABLED= libseat-consolekit2
+BASU_MESON_ON= -Dlibseat-consolekit2=enabled
.if make(makesum)
.MAKEFLAGS: WITH+=BASU
.endif