svn commit: r403831 - head/multimedia/freetuxtv

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 16 02:02:10 UTC 2015


Author: amdmi3
Date: Wed Dec 16 02:02:09 2015
New Revision: 403831
URL: https://svnweb.freebsd.org/changeset/ports/403831

Log:
  - Fix build WITHOUT=NLS

Modified:
  head/multimedia/freetuxtv/Makefile

Modified: head/multimedia/freetuxtv/Makefile
==============================================================================
--- head/multimedia/freetuxtv/Makefile	Wed Dec 16 01:56:33 2015	(r403830)
+++ head/multimedia/freetuxtv/Makefile	Wed Dec 16 02:02:09 2015	(r403831)
@@ -33,6 +33,7 @@ OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 NLS_BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
 SUB_FILES=	pkg-message


More information about the svn-ports-head mailing list