Date: Mon, 24 Jan 2022 12:50:01 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: 04ebf6c7bd1b - main - editors/marker: unbreak build with Meson 0.61.0 Message-ID: <202201241250.20OCo1c9014489@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=04ebf6c7bd1bc22bce9cbd5e0366c8f1834b8e02 commit 04ebf6c7bd1bc22bce9cbd5e0366c8f1834b8e02 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-24 12:49:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-24 12:49:55 +0000 editors/marker: unbreak build with Meson 0.61.0 help/meson.build:2:6: ERROR: Program 'itstool' not found or not executable PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/26c1869a142a --- editors/marker/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/marker/Makefile b/editors/marker/Makefile index acee8f20df88..af5c72ac5a1f 100644 --- a/editors/marker/Makefile +++ b/editors/marker/Makefile @@ -8,6 +8,7 @@ COMMENT= Gtk3 markdown editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= pandoc:textproc/hs-pandoc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201241250.20OCo1c9014489>