depends  e2fsprogs  &&
depends  gnupg      &&
depends  openssl    &&
depends  smgl-fhs   &&
depends  zlib       &&

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" &&

optional_depends  "xauth"                    \
                  "--with-xauth="${INSTALL_ROOT}/usr/bin/xauth""   \
                  ""                              \
                  "X server auth (needed by X11Forwarding)"
