depends cmake    &&
depends g++      &&

# using @ instead of : to avoid a sorcery problem,
# as the colon is used as a separator in depends processing
# @ will be rpelace during BUILD
optional_depends  fltk       '' '-DNO_FLTK@'                  \
                             'gui support'                    &&
optional_depends  postgresql '' '-DNO_POSTGRESQL@'            \
                             'PostgreSql database support'    &&
optional_depends  sqlite     '' '-DNO_SQLITE3@'               \
                             'sqlite3 database support'       &&
optional_depends  ODBC-MGR   '' '-DNO_ODBC@'                  \
                             'ODBC database support'          &&
optional_depends  aspell     '' '-DNO_ASPELL@'                \
                             'spell checking'
