svn commit: r509895 - in head: Mk Mk/Uses multimedia/gstreamer1-vaapi x11-drivers/xf86-video-intel x11/xscope

Guido Falsi madpilot at FreeBSD.org
Mon Aug 26 09:58:17 UTC 2019


On 26/08/19 11:45, Niclas Zeising wrote:
> Author: zeising
> Date: Mon Aug 26 09:45:15 2019
> New Revision: 509895
> URL: https://svnweb.freebsd.org/changeset/ports/509895
> 
> Log:
>   Change bsd.xorg.mk to USES=xorg and USES=xorg-cat
[...]
> 
> Modified: head/Mk/Uses/gl.mk
> ==============================================================================
> --- head/Mk/Uses/gl.mk	Mon Aug 26 09:22:07 2019	(r509894)
> +++ head/Mk/Uses/gl.mk	Mon Aug 26 09:45:15 2019	(r509895)
> @@ -46,5 +46,10 @@ LIB_DEPENDS+=	${_GL_${_component}_LIB_DEPENDS}
>  .endif
>  .endfor
>  
> +# We onlu need USES=xorg if we want USE_XORG modules
           ^
There's a typo here.

> +.if defined(USE_XORG) && !empty(USE_XORG)
> +.include "${USESDIR}/xorg.mk"
> +.endif
> +
>  # _INCLUDE_USES_GL_MK
>  .endif
> 

-- 
Guido Falsi <madpilot at freebsd.org>


More information about the svn-ports-all mailing list