Date: Thu, 30 Mar 2023 09:07:35 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: abc81154f709 - main - audio/ncmpc: unbreak with --auto-features=enabled Message-ID: <202303300907.32U97Z8u037670@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=abc81154f7093c20be630841d9bb6c5e3b9a33fd commit abc81154f7093c20be630841d9bb6c5e3b9a33fd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 08:12:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 09:07:16 +0000 audio/ncmpc: unbreak with --auto-features=enabled meson.build:114:0: ERROR: Dependency "lirc" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run) --- audio/ncmpc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index 90bf832f135d..7d3bc8c08bd8 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \ pkgconfig tar:xz +MESON_ARGS= -Dlirc=disabled CPE_VENDOR= ncmpc_project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300907.32U97Z8u037670>