summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/DEPENDS')
-rwxr-xr-xcrypto/openssl/DEPENDS17
1 files changed, 16 insertions, 1 deletions
diff --git a/crypto/openssl/DEPENDS b/crypto/openssl/DEPENDS
index d3b41c567b..d0a9c8e447 100755
--- a/crypto/openssl/DEPENDS
+++ b/crypto/openssl/DEPENDS
@@ -2,7 +2,22 @@ depends gnupg &&
depends perl &&
depends smgl-fhs &&
+optional_depends zlib \
+ "zlib-dynamic" \
+ "no-zlib" \
+ "for zlib compression" &&
+
+optional_depends gmp \
+ "enable-gmp -lgmp" \
+ "no-gmp" \
+ "build gmp engine?" &&
+
optional_depends krb5 \
"" \
"no-krb5" \
- "for Kerberos v5 authentication"
+ "for Kerberos v5 authentication" &&
+
+suggest_depends ca-certificates \
+ "" \
+ "" \
+ "adds root certificates"