aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xwayland-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/xwayland-devel/Makefile')
-rw-r--r--x11-servers/xwayland-devel/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile
index 04e1d8259584..1f92b58fb127 100644
--- a/x11-servers/xwayland-devel/Makefile
+++ b/x11-servers/xwayland-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xwayland
DISTVERSIONPREFIX= xorg-server-
-DISTVERSION= 21.0.99.1-1031
-DISTVERSIONSUFFIX= -g49b8f131f
+DISTVERSION= 21.0.99.1-1057
+DISTVERSIONSUFFIX= -ga4d298d85
CATEGORIES= x11-servers
PKGNAMESUFFIX= -devel
@@ -31,7 +31,6 @@ USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= xorg
GL_PROJECT= xserver
-GL_TUPLE= xorg/proto:xorgproto:xorgproto-2024.1:xorgproto/subprojects/xorgproto
MESON_ARGS= -D${PORTNAME}=true \
-Dxorg=false \
-Dxnest=false \
@@ -71,10 +70,4 @@ EI_DESC= Emulated input via libei
EI_LIB_DEPENDS= libei.so:x11/libei
EI_MESON_OFF= -Dxwayland_ei=false
-.ifdef GL_TUPLE
-post-configure:
- @${REINPLACE_CMD} 's/meson install/& \
- --skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
-.endif
-
.include <bsd.port.mk>