1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

x11-servers/xorg-server: fix OPTIONs handling

Reported by:	kbowling
Fixes:		620968a43a
This commit is contained in:
Rene Ladan 2021-09-30 23:44:45 +02:00
parent 479829cc0f
commit aad489fbb0

View File

@ -22,8 +22,7 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE+= SUID
OPTIONS_RADIO= CONF
OPTIONS_RADIO_CONF= DEVD UDEV
OPTIONS_DEFAULT= SUID
OPTIONS_DEFAULT_FreeBSD= UDEV
OPTIONS_DEFAULT= SUID UDEV
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
SUID_DESC= Install setuid wrapper to allow startx as non-root