aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2021-01-26 15:52:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2021-01-26 15:52:48 +0000
commitf80621bc23c66ae0d93ecc890457e60ed82a77b0 (patch)
tree8fb6ac3629712e31aaf3e153b1fc9572bbb6f2a8 /x11-drivers
parent00b866d7e627691f30807312f0849ca9fe5e7c39 (diff)
downloadports-f80621bc23c66ae0d93ecc890457e60ed82a77b0.tar.gz
ports-f80621bc23c66ae0d93ecc890457e60ed82a77b0.zip
x11-drivers/xf86-input-synaptics: Enable EVDEV on 14
Enable the EVDEV option on FreeBSD 14. Bump portrevision. Noticed by: jbeich
Notes
Notes: svn path=/head/; revision=562692
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-synaptics/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile
index d947a802f1e7..358c2cbad63a 100644
--- a/x11-drivers/xf86-input-synaptics/Makefile
+++ b/x11-drivers/xf86-input-synaptics/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xf86-input-synaptics
PORTVERSION= 1.9.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
@@ -17,6 +17,7 @@ USE_XORG= x11 xtst
OPTIONS_DEFINE= EVDEV
OPTIONS_DEFAULT_FreeBSD_12= EVDEV
OPTIONS_DEFAULT_FreeBSD_13= EVDEV
+OPTIONS_DEFAULT_FreeBSD_14= EVDEV
OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
EVDEV_DESC= Use evdev for input events (requires kernel support)