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:
Sunpoet Po-Chuan Hsieh 2018-12-03 20:03:02 +00:00
parent 1e5bc4821e
commit 86e848ce5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486551

View File

@ -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