Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 16:25:52 +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: r337548 - head/Mk
Message-ID:  <201312261625.rBQGPqrM065244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 26 16:25:52 2013
New Revision: 337548
URL: http://svnweb.freebsd.org/changeset/ports/337548

Log:
  Improve the warning message about the deprecation of WITHOUT_NLS
  
  Suggested by:	imp

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Dec 26 16:24:05 2013	(r337547)
+++ head/Mk/bsd.sanity.mk	Thu Dec 26 16:25:52 2013	(r337548)
@@ -8,7 +8,7 @@ DEV_WARNING+=	"USE_GMAKE is deprecated, 
 .endif
 
 .if defined(WITHOUT_NLS)
-WARNING+=	"WITHOUT_NLS is deprecated use NLS option instead"
+WARNING+=	"WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead"
 .endif
 
 #.if defined(WITHOUT_X11)



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