summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/DEPENDS')
-rwxr-xr-xcrypto/openssh/DEPENDS17
1 files changed, 17 insertions, 0 deletions
diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
new file mode 100755
index 0000000000..3eb78eb449
--- /dev/null
+++ b/crypto/openssh/DEPENDS
@@ -0,0 +1,17 @@
+depends zlib &&
+depends openssl &&
+
+optional_depends "tcp_wrappers" \
+ "--with-tcp-wrappers" \
+ "" \
+ "for an optional method of controlling ssh access"
+
+optional_depends "linux-pam" \
+ "--with-pam" \
+ "" \
+ "for optional pluggable authentication"
+
+optional_depends "krb5" \
+ "--with-kerberos5=/usr" \
+ "" \
+ "to enable Kerberos 5 support"