aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-06 08:21:32 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-06 08:21:32 +0000
commitc81b56b9e9feed3c2f6cce1874ce90180727a7df (patch)
treec7096f67d6400e1b2193443d099082d0716d9d02
parent7bd8ab533e8d1a8d7794b49b04f140f33ddd8b54 (diff)
downloadports-c81b56b9e9feed3c2f6cce1874ce90180727a7df.tar.gz
ports-c81b56b9e9feed3c2f6cce1874ce90180727a7df.zip
emulators/wine-devel: Account for bundled lcms2 library
Since version 6.20 Wine bundles its own copy of lcms2. The --with-cms configure option became a no-op, so remove it, and also remove the dependency on our own graphics/lcms2 port. Approved by: maintainer (pre-approval)
-rw-r--r--emulators/wine-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 5055b6220b85..2a994c80d7ad 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wine
DISTVERSION= 6.20
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -109,12 +109,11 @@ V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML
-X11_CONFIGURE_WITH= x cms fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender
+X11_CONFIGURE_WITH= x fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender
X11_USES= gl jpeg 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 \
- liblcms2.so:graphics/lcms2 \
libvulkan.so:graphics/vulkan-loader \
libvkd3d.so:graphics/vkd3d