Improve the warning message about the deprecation of WITHOUT_NLS

Suggested by:	imp
This commit is contained in:
Baptiste Daroussin 2013-12-26 16:25:52 +00:00
parent 57839f85cb
commit a808a813e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337548

View File

@ -8,7 +8,7 @@ DEV_WARNING+= "USE_GMAKE is deprecated, consider using USES=gmake"
.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)