diff options
Diffstat (limited to 'x11-servers/xwayland/Makefile')
-rw-r--r-- | x11-servers/xwayland/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index c39a4a8fd85f..77396ccb281a 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= xwayland PORTVERSION= 24.1.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -29,6 +30,7 @@ USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans MESON_ARGS= -Dxvfb=false \ -Dxcsecurity=true \ + -Dsecure-rpc=false \ -Dxkb_output_dir=/var/lib/xkb \ -Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}" |