diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-09 12:33:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-09 12:33:37 +0000 |
commit | a16a831853061d1b34cea72a41ed7641ae09f6af (patch) | |
tree | c8d84654a5c5bb1f63d275b64bb961188227fa8c /mail/mutt | |
parent | 48e8e3dd48f9de7c9ec5f0383898692a744b1534 (diff) |
Notes
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index df2e9e7c0da4..b67c79c7f8e7 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -48,6 +48,7 @@ OPTIONS_SUB= yes .if defined (MUTT_LITE) LITE= yes +USES+= ncurses .endif .if defined (LITE) |