depends g++                                             &&
depends gtk+2                                           &&
if [[ "${KZ_CVS}" == "y" ]]
then
  depends CVS
fi                                                      &&
depends GECKO                                           &&
optional_depends gnutls                                 \
                 "--enable-ssl"                         \
                 "--disable-ssl"                        \
                 "TLS/SSL Support"                      &&
optional_depends ruby                                   \
                 "--with-ruby"                          \
                 "--without-ruby"                       \
                 "Ruby extensions support"              &&
optional_depends hyperestraier                          \
                 "--with-search-engine=hyperestraier"   \
                 ""                                     \
                 "History indexing support"

