summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Droux <fabien.droux@mailspec.com>2024-06-15 07:11:43 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2024-06-15 07:43:17 +0000
commit283d3058fb6598d6c5bd778574268169d14f2808 (patch)
tree033f055e93aa4dcbc62931b9a383d61642243fff
parent73e503009edbf038fb2a4a247341e5dc59f7574b (diff)
downloadfreebsd-ports-283d3058fb6598d6c5bd778574268169d14f2808.zip
net-im/conduit: Add security/ca_root_nss to RUN_DEPENDS
(cherry picked from commit f80c8e344d4d8d666424888cdc369ec43c908931)
-rw-r--r--net-im/conduit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile
index 7fda3336d3b9..67168af012f1 100644
--- a/net-im/conduit/Makefile
+++ b/net-im/conduit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= conduit
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= net-im
PKGNAMEPREFIX= matrix-
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416
BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cargo gmake
USE_RC_SUBR= ${PORTNAME}