Use UDEV by default on 14

PR:		253020
Reported by:	Jakob Alvermark <jakob@alvermark.net>
Approved by:	manu
This commit is contained in:
Michael Gmelin 2021-01-26 14:36:02 +00:00
parent f7b6a1ef48
commit 3e2b3b9112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562682

View file

@ -3,7 +3,7 @@
PORTNAME?= xorg-server
PORTVERSION?= 1.20.9
PORTREVISION?= 1
PORTREVISION?= 2
PORTEPOCH?= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG/individual/xserver
@ -31,6 +31,7 @@ OPTIONS_DEFAULT= SUID
OPTIONS_DEFAULT_FreeBSD_11= DEVD
OPTIONS_DEFAULT_FreeBSD_12= UDEV
OPTIONS_DEFAULT_FreeBSD_13= UDEV
OPTIONS_DEFAULT_FreeBSD_14= UDEV
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
SUID_DESC= Install setuid wrapper to allow startx as non-root