depends gmp &&
if [ STRONGSWAN_CURL == 'y' ]; then
  depends curl
fi &&
if [ "$STRONGSWAN_LDAP" == 'y' ]; then
  depends openldap
fi &&
if [ "$STRONGSWAN_OPSC" == 'y' ]; then
  depends opensc
fi
