diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-03-12 19:50:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-03-12 19:50:26 +0000 |
commit | 850682cf368871d9224a4dac2838b7d176048b82 (patch) | |
tree | 5db5dcf4b0092b8061b215e03841c3c89054754b /mail/neomutt | |
parent | b85e5b0902bd1fe7b947dc667ad9cacf896f62fe (diff) | |
download | freebsd-ports-850682cf368871d9224a4dac2838b7d176048b82.zip |
Use standard description for NCURSES and SLANG options
Reported by: danfe
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 00f8946452e0..ed378052bdb4 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -38,8 +38,6 @@ LMDB_DESC= Lightning Memory-Mapped Database support QDBM_DESC= Quick DataBase Manager support TOKYOCABINET_DESC= Tokyo Cabinet support SCREEN_DESC= Screen options -NCURSES_DESC= Ncurses support -SLANG_DESC= SLANG support CONFIGURE_ARGS= --disable-dependency-tracking \ --with-docdir="${DOCSDIR}" \ |