summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-07-14 10:43:30 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2023-07-14 10:43:30 +0200
commit4e71351f0799bac5459b6c637c25ac06d8db2929 (patch)
tree22d08f86c7b86f6a51867aecbd00a1d323e23d3a /sysutils
parentb0c114007b5bebef715246bd4129edebb7225258 (diff)
sysutils/seatd: add debug package
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/seatd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index cf1c79f..abcfcdd 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -15,13 +15,15 @@ WRKSRC = ${WRKDIR}/seatd-obsd
# MIT
PERMIT_PACKAGE = Yes
-MODULES = devel/meson
-
WANTLIB = c
+MODULES = devel/meson
+
BUILD_DEPENDS = textproc/scdoc
CONFIGURE_ARGS = -Dlibseat-logind=disabled -Dlibseat-builtin=enabled
+DEBUG_PACKAGES = ${BUILD_PACKAGES}
+
.include <bsd.port.mk>