summaryrefslogtreecommitdiffstats
path: root/news/tin/DEPENDS
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-23 20:01:06 -0400
committerVlad Glagolev2017-09-23 20:01:06 -0400
commitc0e69e84927963add5f67415800483a2bb3e6ed2 (patch)
tree7bd6c73734e103022f392ad95e95f3681fcccb74 /news/tin/DEPENDS
parentbd239a6f0094959c63c457d093c679393ae5f284 (diff)
tin: => 2.4.1
Diffstat (limited to 'news/tin/DEPENDS')
-rwxr-xr-xnews/tin/DEPENDS39
1 files changed, 39 insertions, 0 deletions
diff --git a/news/tin/DEPENDS b/news/tin/DEPENDS
new file mode 100755
index 0000000000..3513d7405d
--- /dev/null
+++ b/news/tin/DEPENDS
@@ -0,0 +1,39 @@
+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"