aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2017-03-26 18:47:44 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-04-09 20:56:06 +0800
commit75ae9ccc62261884e5b4e7532f3ba82de1a60e40 (patch)
tree504e5510a236d95476345021f09df48e3128ee42 /security
parent4d3380dd07d7adbc1483f1b201c62694bd8093bc (diff)
downloadfreebsd-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/Makefile2
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