aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-12-04 04:03:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-12-04 04:03:02 +0800
commit3dc75fef34306e1968ce27fa6fd371f592d4b096 (patch)
tree30ae1ec2995c1515d98d14d0f1d5e5153d2e752a /Mk
parenta1535ea85207ee3059371b5b2c4b0194b65bb50c (diff)
downloadfreebsd-ports-gnome-3dc75fef34306e1968ce27fa6fd371f592d4b096.tar.gz
freebsd-ports-gnome-3dc75fef34306e1968ce27fa6fd371f592d4b096.tar.zst
freebsd-ports-gnome-3dc75fef34306e1968ce27fa6fd371f592d4b096.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.mk2
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