diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-20 14:51:32 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-20 14:51:32 +0000 |
commit | 151096d9f308721648d40724bf54674b6f5ab3f2 (patch) | |
tree | e11a43909553c5a76c9e346cb8c5368c9e1209bc /x11-servers | |
parent | 926db3d090c40cb31f1266fbba4e6cb74abc84dc (diff) | |
download | ports-151096d9f308721648d40724bf54674b6f5ab3f2.tar.gz ports-151096d9f308721648d40724bf54674b6f5ab3f2.zip |
x11-servers/xorg-server: Enable SECURITY extension
Enabling the SECURITY extension will make ssh -X work in most cases.
This extension is enabled in many Linux distros.
PR: 221984
Submitted by: Anton Yuzhaninov
Notes
Notes:
svn path=/head/; revision=470462
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xorg-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 519675c16d7e..1763b0b525a7 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= xorg-server PORTVERSION?= 1.18.4 -PORTREVISION?= 7 +PORTREVISION?= 8 PORTEPOCH?= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -59,7 +59,7 @@ BUILD_DEPENDS+= libepoxy>0:graphics/libepoxy # only for configure USE_GL+= gbm USE_XORG+= pciaccess xf86dgaproto xf86vidmodeproto CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb \ - --disable-xwayland + --disable-xwayland --enable-xcsecurity SUB_FILES= pkg-install pkg-deinstall .else CONFIGURE_ARGS+=--disable-xorg |