git: 985ea4dbe23c - main - math/ttmath: Add fetch dependency security/ca_root_nss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 11:24:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=985ea4dbe23ca886de256421ad736ab34211ce0f commit 985ea4dbe23ca886de256421ad736ab34211ce0f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-23 11:22:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-23 11:22:37 +0000 math/ttmath: Add fetch dependency security/ca_root_nss --- math/ttmath/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/ttmath/Makefile b/math/ttmath/Makefile index 144d75ed4bdb..c557ae9f1e33 100644 --- a/math/ttmath/Makefile +++ b/math/ttmath/Makefile @@ -9,7 +9,8 @@ WWW= https://ttmath.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -FETCH_DEPENDS= git:devel/git +FETCH_DEPENDS= ca_root_nss>0:security/ca_root_nss \ + git:devel/git USES= cmake:testing