Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 14:48:16 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492243 - head/emulators/wine
Message-ID:  <201902051448.x15EmG6m039671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Feb  5 14:48:16 2019
New Revision: 492243
URL: https://svnweb.freebsd.org/changeset/ports/492243

Log:
  Add gl to X11_USES since a naked USE_GL=, without also setting USES, as
  we've had has been deprecated for a while.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Tue Feb  5 14:39:13 2019	(r492242)
+++ head/emulators/wine/Makefile	Tue Feb  5 14:48:16 2019	(r492243)
@@ -102,7 +102,7 @@ V4L_LIB_DEPENDS=	libv4l1.so:multimedia/libv4l
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
-X11_USES=		jpeg
+X11_USES=		gl jpeg
 X11_USE=		GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051448.x15EmG6m039671>