Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2023 09:41:03 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: 24d03805efe0 - main - mail/mlmmj: add another missing build dependency
Message-ID:  <202312150941.3BF9f3Af091425@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=24d03805efe097189346493bc8f6f7081f841ba3

commit 24d03805efe097189346493bc8f6f7081f841ba3
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-12-15 09:40:37 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-12-15 09:40:55 +0000

    mail/mlmmj: add another missing build dependency
---
 mail/mlmmj/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile
index d0e35209cfcb..de0c13955507 100644
--- a/mail/mlmmj/Makefile
+++ b/mail/mlmmj/Makefile
@@ -26,7 +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
+BUILD_DEPENDS=		kyua:devel/kyua \
+			atf-sh:devel/atf
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312150941.3BF9f3Af091425>