optional_depends python \
                 "--with-python" \
                 "--without-python" \
                 "for Python bindings" &&

optional_depends python3 \
                 "--with-python3" \
                 "--without-python3" \
                 "for Python 3 bindings" &&

if is_depends_enabled ${SPELL} python; then
  depends -sub PYTHON swig
fi &&

if is_depends_enabled ${SPELL} python3; then
  depends -sub PYTHON3 swig
fi &&

optional_depends go \
                 "--with-golang" \
                 "--without-golang" \
                 "for Go bindings" &&

optional_depends openldap \
                 "--enable-zos-remote" \
                 "--disable-zos-remote" \
                 "for audisp ZOS remote plugin" &&

optional_depends systemd \
                 "--enable-systemd" \
                 "--disable-systemd" \
                 "for systemd support" &&

optional_depends libprelude \
                 "--with-prelude" \
                 "--without-prelude" \
                 "to enable prelude IDS support" &&

optional_depends tcp_wrappers \
                 "--with-libwrap" \
                 "--without-libwrap" \
                 "to compile in libwrap (tcp_wrappers) support" &&

optional_depends krb5 \
                 "--enable-gssapi-krb5" \
                 "--disable-gssapi-krb5" \
                 "to enable GSSAPI Kerberos 5 support" &&

optional_depends libcap-ng \
                 "--with-libcap-ng" \
                 "--without-libcap-ng" \
                 "to add Libcap-ng support"
