Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 11:28:53 +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: r336336 - head/Mk
Message-ID:  <201312131128.rBDBSrbl096344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 11:28:52 2013
New Revision: 336336
URL: http://svnweb.freebsd.org/changeset/ports/336336

Log:
  Stop defining WITHOUT_NLS it not used anymore in the ports tree

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Fri Dec 13 11:27:38 2013	(r336335)
+++ head/Mk/bsd.options.mk	Fri Dec 13 11:28:52 2013	(r336336)
@@ -351,10 +351,6 @@ NOPORTDOCS=	yes
 NOPORTEXAMPLES=	yes
 .endif
 
-.if empty(PORT_OPTIONS:MNLS)
-WITHOUT_NLS=	yes
-.endif
-
 .if defined(NO_OPTIONS_SORT)
 ALL_OPTIONS=	${OPTIONS_DEFINE}
 .endif



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