svn commit: r336337 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 11:30:03 UTC 2013


Author: bapt
Date: Fri Dec 13 11:30:02 2013
New Revision: 336337
URL: http://svnweb.freebsd.org/changeset/ports/336337

Log:
  Warn users about WITHOUT_NLS deprecation

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Fri Dec 13 11:28:52 2013	(r336336)
+++ head/Mk/bsd.sanity.mk	Fri Dec 13 11:30:02 2013	(r336337)
@@ -7,10 +7,10 @@
 DEV_WARNING+=	"USE_GMAKE is deprecated, consider using USES=gmake"
 .endif
 
-#.if defined(WITHOUT_NLS)
-#WARNING+=	"WITHOUT_NLS is deprecated use NLS option instead"
-#.endif
-#
+.if defined(WITHOUT_NLS)
+WARNING+=	"WITHOUT_NLS is deprecated use NLS option instead"
+.endif
+
 #.if defined(WITHOUT_X11)
 #WARNING+=	"WITHOUT_X11 is deprecated use X11 option instead"
 #.endif


More information about the svn-ports-head mailing list