diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-11-06 12:22:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-11-06 12:22:32 +0000 |
commit | 7b15a42f40e8532459008d3c4cacc3716af2e6d0 (patch) | |
tree | b8a5c7c426622824dc1c41d1f2ae0bf898b3397a | |
parent | Remove deprecated x11 ports (diff) |
neomutt: NLS=off no longer requires gettext during build
Approved by: maintainer (bapt)
-rw-r--r-- | mail/neomutt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 536d85cf97c3..d869e84265de 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -62,7 +62,6 @@ 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_ENABLE= idn |