Use consistent warning message for USE_GL, USE_GNOME, USE_MATE and USE_PHP
Differential Revision: https://reviews.freebsd.org/D18399 Approved by: portmgr (rene)
This commit is contained in:
parent
1e5bc4821e
commit
86e848ce5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486551
@ -1421,7 +1421,7 @@ USES+= mate
|
||||
.endif
|
||||
|
||||
.if defined(USE_GL) && (!defined(USES) || !${USES:Mgl})
|
||||
DEV_WARNING+= "Setting USE_GL without USES=gl is deprecated"
|
||||
DEV_WARNING+= "Using USE_GL alone is deprecated, please add USES=gl."
|
||||
USES+= gl
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user