diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 20:03:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 20:03:02 +0000 |
commit | 86e848ce5eb223eb5ebecdc096df75835c48fe16 (patch) | |
tree | 30ae1ec2995c1515d98d14d0f1d5e5153d2e752a /Mk | |
parent | 1e5bc4821e26e5d4e96353a8e5114505d0745c0c (diff) | |
download | freebsd-ports-86e848ce5eb223eb5ebecdc096df75835c48fe16.zip |
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)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7f948c334793..cbf8c243f1e3 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |