Index: head/Mk/Uses/gl.mk =================================================================== --- head/Mk/Uses/gl.mk +++ head/Mk/Uses/gl.mk @@ -47,6 +47,7 @@ # We only need USES=xorg if we want USE_XORG modules .if defined(USE_XORG) && !empty(USE_XORG) +USES+= xorg .include "${USESDIR}/xorg.mk" .endif Index: head/Mk/Uses/motif.mk =================================================================== --- head/Mk/Uses/motif.mk +++ head/Mk/Uses/motif.mk @@ -29,6 +29,7 @@ # We only need USES=xorg if we want USE_XORG modules .if defined(USE_XORG) && !empty(USE_XORG) +USES+= xorg .include "${USESDIR}/xorg.mk" .endif Index: head/Mk/Uses/xorg-cat.mk =================================================================== --- head/Mk/Uses/xorg-cat.mk +++ head/Mk/Uses/xorg-cat.mk @@ -179,6 +179,7 @@ # We only need USES=xorg if we want USE_XORG modules . if defined(USE_XORG) && !empty(USE_XORG) +USES+= xorg .include "${USESDIR}/xorg.mk" . endif