Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 16:04:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383814 - head/sysutils/lxterminal
Message-ID:  <201504111604.t3BG4X1G090852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Apr 11 16:04:32 2015
New Revision: 383814
URL: https://svnweb.freebsd.org/changeset/ports/383814

Log:
  Build WITHOUT=NLS.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/lxterminal/Makefile

Modified: head/sysutils/lxterminal/Makefile
==============================================================================
--- head/sysutils/lxterminal/Makefile	Sat Apr 11 16:01:01 2015	(r383813)
+++ head/sysutils/lxterminal/Makefile	Sat Apr 11 16:04:32 2015	(r383814)
@@ -27,6 +27,7 @@ OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111604.t3BG4X1G090852>