diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-15 07:25:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-15 07:25:19 +0000 |
commit | 7fa3c7cc2f9f74ea2206acdd024ecec542529923 (patch) | |
tree | 832eae0f1a997232fe4f1b1be97983c29d4a5bf8 | |
parent | 1939382c88ed3a84d1872643ca958ff41ac214a0 (diff) |
emulators/wine-devel: Account for bundled jpeg library
Since version 6.20 Wine bundles its own copy of a jpeg library.
The --with-jpeg configure option became a no-op, so remove it, and
also remove the dependency on our own port via USES=jpeg.
Approved by: maintainer (pre-approval)
-rw-r--r-- | emulators/wine-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3c13f30c605e..01ecdda5125f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= wine DISTVERSION= 6.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -111,8 +112,8 @@ V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML -X11_CONFIGURE_WITH= x fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender -X11_USES= gl jpeg xorg +X11_CONFIGURE_WITH= x fontconfig freetype opengl vkd3d xinerama xinput2 xrandr xrender +X11_USES= gl xorg 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 \ |