if [[ "$CDRDAO_BRANCH" == "scm" ]]; then
  depends  CVS
fi  &&

optional_depends  pccts                                              \
                  "--with-pcctsbin=/usr/bin                          \
                   --with-pcctsinc=/usr/include/pccts"               \
		  ""						     \
                  "to use an installed pccts for parser generation"  &&

optional_depends  lame                                               \
                  "--with-lame"                                      \
                  "--without-lame"                                   \
                  "for toc2mp3 tool"                                 &&

optional_depends  libgnomeuimm                                       \
                  "--with-xdao"                                      \
                  "--without-xdao"                                   \
                  "to compile gcdmaster (Gnome frontend)"
