# Technically, Apache is not required to build Apachetop
depends APACHE &&

depends readline &&
depends ncurses &&

optional_depends pcre \
                 '--with-pcre' \
                 '--without-pcre' \
                 'Support for Perl compatible regular expressions' &&
optional_depends FAM \
                 '--with-fam' \
                 '--without-fam' \
                 'Support for file alteration' &&
optional_depends adns \
                 '--with-adns' \
                 '--without-adns' \
                 'Support for asynchronous-capable DNS library'
