mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Warn users about WITHOUT_NLS deprecation
This commit is contained in:
parent
827dbfd2d3
commit
d17a45a117
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336337
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user