git: 1d0195caba86 - main - x11/wob: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 20:00:06 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0195caba86c15426f82c40ffbab155bf6ab8ab commit 1d0195caba86c15426f82c40ffbab155bf6ab8ab Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-20 19:56:38 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-20 19:59:00 +0000 x11/wob: unbreak with --auto-features=enabled meson.build:16:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig PR: 270361 --- x11/wob/Makefile | 1 + 1 file changed, 1 insertion(+) 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