diff options
-rw-r--r-- | security/acme-client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |