depends  db    &&
depends  pcre  &&

if  [  "$MYSQL"  ==  "y"  ];  then
  depends  mysql
fi  &&

if  [  "$POSTGRES"  ==  "y"  ];  then
  depends  postgresql
fi  &&

if  [  "$PAM"  ==  "y"  ];  then
  depends  linux-pam
fi  &&

if  [  "$SSL"  ==  "y"  ];  then
  depends  openssl
fi  &&

if  [  "$SSL_TLS"  ==  "y"  ];  then
  depends  openssl
fi  &&

if  [  "$LDAP"  ==  "y"  ];  then
  depends  openldap
fi  &&

if  [  "$SASL"  ==  "y"  ];  then
  depends  cyrus-sasl
fi
