summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPavel Vinogradov2019-01-09 17:47:24 -0500
committerPavel Vinogradov2019-01-09 17:47:24 -0500
commit93b4fe4d93c376bf72b3df510658c7eb11b2e1b0 (patch)
treefd8d8f5339bbe6ca63fea7d3f6a64d4b6e160f3a /mail
parent7cdc5b0016e20d68a3549a6c7e99d1b2d4e94259 (diff)
mail/neomutt: added optional libidn2 dependency
Diffstat (limited to 'mail')
-rwxr-xr-xmail/neomutt/DEPENDS5
-rw-r--r--mail/neomutt/HISTORY3
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index ea182a8931..02061761bb 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -64,6 +64,11 @@ optional_depends "libidn" \
"--disable-idn" \
"to use GNU libidn for domain names" &&
+optional_depends "libidn2" \
+ "--idn2" \
+ "--disable-idn2" \
+ "to use GNU libidn2 for domain names" &&
+
# If they have POP/IMAP then prompt again for SSL to get --ssl.
optional_depends "SSL" \
"--ssl" \
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 204db69c18..87ff279409 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2019-01-09 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: added optional libidn2
+
2018-12-10 Pavel Vinogradov <public@sourcemage.org>
* BUILD, DEPENDS: needs libgpg-error if gpgme is selected