aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 19:56:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 19:59:00 +0000
commit1d0195caba86c15426f82c40ffbab155bf6ab8ab (patch)
treee453784380604faf6b95f79d695eecaf2fab00d0
parentc2abd42e59116a0f8130f76e2e468316d360c6bb (diff)
downloadports-1d0195caba86c15426f82c40ffbab155bf6ab8ab.tar.gz
ports-1d0195caba86c15426f82c40ffbab155bf6ab8ab.zip
x11/wob: unbreak with --auto-features=enabled
meson.build:16:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig PR: 270361
-rw-r--r--x11/wob/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/wob/Makefile b/x11/wob/Makefile
index 3aea84881c44..b1d64f68ed07 100644
--- a/x11/wob/Makefile
+++ b/x11/wob/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= libinih.so:devel/inih \
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= francma
+MESON_ARGS= -Dseccomp=disabled
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= MANPAGES