Date: Wed, 13 Dec 2023 08:27:15 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: 853a99cc25f1 - main - mail/mlmmj: add a missing build dependency Message-ID: <202312130827.3BD8RFUu013220@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=853a99cc25f15f3070f55e8b5b846dfc0f736e4f commit 853a99cc25f15f3070f55e8b5b846dfc0f736e4f Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-12-13 08:26:47 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-12-13 08:27:04 +0000 mail/mlmmj: add a missing build dependency --- mail/mlmmj/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index 0a0b5375ebc5..d0e35209cfcb 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -26,6 +26,8 @@ PERL_RUN_DEPENDS= p5-URI>0:net/p5-URI \ p5-HTML-Parser>0:www/p5-HTML-Parser PHP_USES= php:web +BUILD_DEPENDS= devel/kyua + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312130827.3BD8RFUu013220>