git: d7c4539b4a82 - main - textproc/xlnt: Add fetch dependency security/ca_root_nss

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 23 Jun 2024 11:24:24 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c4539b4a82f3c1377874b29240152fe2e7f5a7

commit d7c4539b4a82f3c1377874b29240152fe2e7f5a7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-23 11:18:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-23 11:18:47 +0000

    textproc/xlnt: Add fetch dependency security/ca_root_nss
---
 textproc/xlnt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/xlnt/Makefile b/textproc/xlnt/Makefile
index 7146d8afcdea..a610c1149940 100644
--- a/textproc/xlnt/Makefile
+++ b/textproc/xlnt/Makefile
@@ -11,7 +11,8 @@ WWW=		https://github.com/tfussell/xlnt
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-FETCH_DEPENDS=	git:devel/git
+FETCH_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
+		git:devel/git
 
 USES=		cmake compiler:c++14-lang