svn commit: r336336 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 11:28:53 UTC 2013


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


More information about the svn-ports-head mailing list