Date: Wed, 16 Oct 2024 12:43:39 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 63d01f34f2ff - main - devel/json-glib: add missing build dependency for DOCS Message-ID: <202410161243.49GChd14003485@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=63d01f34f2ffba4cb772ab6c7260c5d3fda987e1 commit 63d01f34f2ffba4cb772ab6c7260c5d3fda987e1 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-10-16 12:41:42 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-10-16 12:41:42 +0000 devel/json-glib: add missing build dependency for DOCS PR: 282129 Reported by: Wassily <wassily.s [at] protonmail [dot] com> Pointy hat to: vishwin --- devel/json-glib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile index 21e1a79f477f..3aa183c89134 100644 --- a/devel/json-glib/Makefile +++ b/devel/json-glib/Makefile @@ -23,7 +23,8 @@ OPTIONS_SUB= yes BINARY_ALIAS= python3=${PYTHON_CMD} -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen@${PY_FLAVOR} +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen@${PY_FLAVOR} \ + rst2html5:textproc/py-docutils@${PY_FLAVOR} DOCS_MESON_ENABLED= documentation DOCS_IMPLIES= GIR GIR_DESC= Build introspection data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410161243.49GChd14003485>