summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/DEPENDS')
-rwxr-xr-xcrypto/openssh/DEPENDS12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index eeafc7bcee..d2c0318449 100755
--- a/crypto/openssh/DEPENDS
+++ b/crypto/openssh/DEPENDS
@@ -4,11 +4,6 @@ depends openssl &&
depends smgl-fhs &&
depends zlib &&
-optional_depends "xauth" \
- "--with-xauth=${INSTALL_ROOT}/usr/bin/xauth" \
- "" \
- "X server auth (needed by X11Forwarding)" &&
-
optional_depends "tcp_wrappers" \
"--with-tcp-wrappers" \
"" \
@@ -22,4 +17,9 @@ optional_depends "linux-pam" \
optional_depends "krb5" \
"--with-kerberos5=/usr" \
"" \
- "to enable Kerberos 5 support"
+ "to enable Kerberos 5 support" &&
+
+optional_depends "xauth" \
+ "--with-xauth="${INSTALL_ROOT}/usr/bin/xauth"" \
+ "" \
+ "X server auth (needed by X11Forwarding)"