Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 11:24:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d7c4539b4a82 - main - textproc/xlnt: Add fetch dependency security/ca_root_nss
Message-ID:  <202406231124.45NBOO8T016677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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