Date: Wed, 3 Aug 2022 17:43:34 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd847c0d3141 - main - devel/muon: add missing dependency on scdoc Message-ID: <202208031743.273HhY9d012358@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd847c0d31415ea7127d4b4cf5c1798a75158d62 commit cd847c0d31415ea7127d4b4cf5c1798a75158d62 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-03 15:48:11 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-03 17:43:33 +0000 devel/muon: add missing dependency on scdoc --- devel/muon/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/muon/Makefile b/devel/muon/Makefile index 0713b2cbaba2..43f398e8dfb5 100644 --- a/devel/muon/Makefile +++ b/devel/muon/Makefile @@ -10,6 +10,8 @@ COMMENT= Build system compatible with meson LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= scdoc:textproc/scdoc + USES= ninja pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208031743.273HhY9d012358>