diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-03-26 18:47:44 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:56:06 +0800 |
commit | 75ae9ccc62261884e5b4e7532f3ba82de1a60e40 (patch) | |
tree | 504e5510a236d95476345021f09df48e3128ee42 /security | |
parent | 4d3380dd07d7adbc1483f1b201c62694bd8093bc (diff) | |
download | freebsd-ports-gnome-75ae9ccc62261884e5b4e7532f3ba82de1a60e40.tar.gz freebsd-ports-gnome-75ae9ccc62261884e5b4e7532f3ba82de1a60e40.tar.zst freebsd-ports-gnome-75ae9ccc62261884e5b4e7532f3ba82de1a60e40.zip |
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
Diffstat (limited to 'security')
-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 |