diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 09:56:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 09:56:11 +0000 |
commit | 35e64cd6b8ffec92272fa5ff7706369de76d84de (patch) | |
tree | 12903456a55f934dc7cd4380f771c5835d3deda5 | |
parent | cf537c7070953df71df836d3adc8759649b04477 (diff) | |
download | ports-35e64cd6b8ffec92272fa5ff7706369de76d84de.tar.gz ports-35e64cd6b8ffec92272fa5ff7706369de76d84de.zip |
Notes
-rw-r--r-- | mail/nmh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index e0c92e633eeb..7b2135befb55 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -11,7 +11,7 @@ COMMENT= Cleaned up MH mailer suite LICENSE= BSD3CLAUSE -USES= cpe gmake iconv shebangfix +USES= cpe gmake iconv ncurses shebangfix SHEBANG_FILES= docs/contrib/ml docs/contrib/replyfilter docs/contrib/vpick GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ |