svn commit: r337548 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 26 16:25:52 UTC 2013
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)
More information about the svn-ports-all
mailing list