git: 04ebf6c7bd1b - main - editors/marker: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 12:50:01 UTC
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