Improve the warning message about the deprecation of WITHOUT_NLS
Suggested by: imp
This commit is contained in:
parent
57839f85cb
commit
a808a813e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337548
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue