summaryrefslogblamecommitdiffstats
path: root/news/tin/DEPENDS
blob: 3513d7405daa875de4f10e6c8e0768a47fa3d888 (plain) (tree)






































                                                                                       
depends ncurses '--with-screen=ncursesw' &&

optional_depends pcre \
                 "--with-pcre=${INSTALL_ROOT}/usr" \
                 "--without-pcre" \
                 "to use system PCRE library" &&

optional_depends gnupg \
                 "--enable-pgp-gpg" \
                 "--disable-pgp-gpg" \
                 "for PGP/GPG support" &&

optional_depends ispell \
                 "--with-ispell" \
                 "--without-ispell" \
                 "for spell checking support" &&

optional_depends metamail \
                 "--with-metamail" \
                 "--without-metamail" \
                 "to use viewer program for MIME articles" &&

optional_depends gsasl \
                 "--enable-gsasl" \
                 "--disable-gsasl" \
                 "for GNU SASL support" &&

optional_depends gettext \
                 "--enable-nls --without-included-gettext" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends icu "" "" "for Unicode support" &&

if ! is_depends_enabled ${SPELL} icu; then
  optional_depends libidn "" "" "for IDN support"
fi &&

optional_depends uudeview "" "" "for decoding and collecting multipart binary articles"