From 985ea4dbe23ca886de256421ad736ab34211ce0f Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 23 Jun 2024 04:22:37 -0700 Subject: [PATCH] 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