svn commit: r439837 - head/mail/neomutt

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 30 19:59:34 UTC 2017


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


More information about the svn-ports-all mailing list