Date: Wed, 16 Oct 2024 13:32:23 +0000 From: "Sergey A. Osokin" <osa@freebsd.org> To: Charlie Li <vishwin@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 63d01f34f2ff - main - devel/json-glib: add missing build dependency for DOCS Message-ID: <Zw_AZ8f6KW97iIvs@FreeBSD.org> In-Reply-To: <202410161243.49GChd14003485@gitrepo.freebsd.org> References: <202410161243.49GChd14003485@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you. On Wed, Oct 16, 2024 at 12:43:39PM +0000, Charlie Li wrote: > 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?Zw_AZ8f6KW97iIvs>