depends ncurses &&
depends cmake &&

if [[ "$TEAPOT_MANUAL" = "y" ]]
then
  depends lyx &&
  depends latex2html
fi &&

optional_depends fltk \
                 "" \
                 "" \
                 "graphical interface" &&

if is_depends_enabled $SPELL fltk
then
  depends -sub CXX gcc
fi

