Date: Sun, 30 Apr 2017 19:59:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439837 - head/mail/neomutt Message-ID: <201704301959.v3UJxXmV038245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 30 19:59:33 2017 New Revision: 439837 URL: https://svnweb.freebsd.org/changeset/ports/439837 Log: When NLS is off, gettext is only used at build time Reported by: adamw Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sun Apr 30 19:05:00 2017 (r439836) +++ head/mail/neomutt/Makefile Sun Apr 30 19:59:33 2017 (r439837) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types 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= tokyocabine 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704301959.v3UJxXmV038245>