aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2019-02-05 14:48:16 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2019-02-05 14:48:16 +0000
commit14e68a593b7e8008b86ef1d244087c75ede495a5 (patch)
treeeff04a31305013a904404a62c9acdbff0aa561ae /emulators/wine
parentb16be85b3c5de9aafed7981501110c52d999f58c (diff)
downloadports-14e68a593b7e8008b86ef1d244087c75ede495a5.tar.gz
ports-14e68a593b7e8008b86ef1d244087c75ede495a5.zip
Add gl to X11_USES since a naked USE_GL=, without also setting USES, as
we've had has been deprecated for a while.
Notes
Notes: svn path=/head/; revision=492243
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 115d75a8bb70..719821fcba67 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -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 \