From 75ae9ccc62261884e5b4e7532f3ba82de1a60e40 Mon Sep 17 00:00:00 2001 From: brnrd Date: Sun, 26 Mar 2017 10:47:44 +0000 Subject: security/acme-client: Add run-time dep on ca_root_nss - acme-client fails at runtime if CA roots not installed PR: 215722 Reported by: pete@nomadlogic.org --- security/acme-client/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security') diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index cf3057e80c4f..18881cdcd24d 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -13,6 +13,8 @@ COMMENT= Native C client for Let's Encrypt, designed for security LICENSE= ISCL +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss + USES= gmake tar:tgz ssl MAKEFILE= GNUmakefile -- cgit