diff options
Diffstat (limited to 'network/neomutt/README')
-rw-r--r-- | network/neomutt/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/neomutt/README b/network/neomutt/README index d9f3788b89b9f..210577c6e767b 100644 --- a/network/neomutt/README +++ b/network/neomutt/README @@ -8,7 +8,6 @@ Optional dependencies: * notmuch - fast mail indexer for maildir * kyotocabinet - straightforward implementation of DBM -* libidn2 - GNU IDN Library version 2 * lua53 - Powerful, fast, light-weight, embeddable scripting language NOTE: this won't work if you have multiple versions of lua installed. @@ -16,4 +15,4 @@ This script builds neomutt without optional support for idn2, notmuch, lua and kyotocabinet. You can be enabled with: -USENOTMUCH=yes USEKYOTO=yes USEIDN2=yes USELUA=yes ./neomutt.SlackBuild +# USENOTMUCH=yes USEKYOTO=yes USELUA=yes ./neomutt.SlackBuild |