diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-30 19:59:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-30 19:59:33 +0000 |
commit | a80881b0257ad4fae7fb6b31816c59796be65c0d (patch) | |
tree | ffe02ea66a6832229f224f41a08c398eb0b08250 /mail | |
parent | 377021cc4986dbab30d5387b9b4a12299965f3f6 (diff) | |
download | ports-a80881b0257ad4fae7fb6b31816c59796be65c0d.tar.gz ports-a80881b0257ad4fae7fb6b31816c59796be65c0d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/neomutt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 843f307323ae..597eb6eae7e8 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ USE_GITHUB= yes -USES= autoreconf gettext iconv:translit localbase shebangfix ssl +USES= autoreconf iconv:translit localbase shebangfix ssl GNU_CONFIGURE= yes OPTIONS_SUB= yes @@ -69,6 +69,8 @@ TOKYOCABINET_CONFIGURE_WITH= tokyocabinet TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_USES_OFF= gettext-runtime:build gettext-tools:build IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= idn |