svn commit: r517077 - head/graphics/webp

Tobias Kortkamp tobik at FreeBSD.org
Fri Nov 8 16:34:23 UTC 2019


Author: tobik
Date: Fri Nov  8 16:34:22 2019
New Revision: 517077
URL: https://svnweb.freebsd.org/changeset/ports/517077

Log:
  graphics/webp: Add missing USES=gl

Modified:
  head/graphics/webp/Makefile

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Fri Nov  8 16:29:55 2019	(r517076)
+++ head/graphics/webp/Makefile	Fri Nov  8 16:34:22 2019	(r517077)
@@ -36,6 +36,7 @@ USE_LDCONFIG=	yes
 
 X11_CONFIGURE_OFF=	build_vwebp=no
 X11_CONFIGURE_ON=	build_vwebp=yes
+X11_USES=		gl
 X11_USE=		GL=glut
 
 post-patch:


More information about the svn-ports-all mailing list