aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-23 11:18:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-23 11:18:47 +0000
commitd7c4539b4a82f3c1377874b29240152fe2e7f5a7 (patch)
treee12772a37bd124552113a60bcb68c2ad39e3b0fb
parent5b6e520b71cf344379209af6226feb817c21c15c (diff)
downloadports-d7c4539b4a82f3c1377874b29240152fe2e7f5a7.tar.gz
ports-d7c4539b4a82f3c1377874b29240152fe2e7f5a7.zip
textproc/xlnt: Add fetch dependency security/ca_root_nss
-rw-r--r--textproc/xlnt/Makefile3
1 files changed, 2 insertions, 1 deletions
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