aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-11-17 08:34:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-11-17 09:20:04 +0000
commitfca135644fd02bc1e2c81dc59f61c93148f64d5d (patch)
tree4627540eb5cd97c4fcc1acff34182b3edeb949db /Mk/Uses
parent3b99812420d00551a796ae92853ba35d42575c24 (diff)
downloadports-fca135644fd02bc1e2c81dc59f61c93148f64d5d.tar.gz
ports-fca135644fd02bc1e2c81dc59f61c93148f64d5d.zip
bsd.port.mk: clean up DEV_WARNINGS about migrations that are over
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/gl.mk3
-rw-r--r--Mk/Uses/motif.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/Mk/Uses/gl.mk b/Mk/Uses/gl.mk
index 8ecd95a4403a..6bfba723773e 100644
--- a/Mk/Uses/gl.mk
+++ b/Mk/Uses/gl.mk
@@ -46,10 +46,7 @@ LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS}
.endfor
# We only need to include xorg.mk if we want USE_XORG modules
-# USES+=xorg does not provide any functionality, it just silences an error
-# message about USES=xorg not being set
.if defined(USE_XORG) && !empty(USE_XORG)
-USES+= xorg
.include "${USESDIR}/xorg.mk"
.endif
diff --git a/Mk/Uses/motif.mk b/Mk/Uses/motif.mk
index 8828ceb4c4d1..3e0f4e9036f2 100644
--- a/Mk/Uses/motif.mk
+++ b/Mk/Uses/motif.mk
@@ -26,10 +26,7 @@ MOTIFLIB?= -L${LOCALBASE}/lib -lXm
MAKE_ENV+= MOTIFLIB="${MOTIFLIB}"
# We only need to include xorg.mk if we want USE_XORG modules
-# USES+=xorg does not provide any functionality, it just silences an error
-# message about USES=xorg not being set
.if defined(USE_XORG) && !empty(USE_XORG)
-USES+= xorg
.include "${USESDIR}/xorg.mk"
.endif