Index: branches/2020Q2/x11-drivers/xf86-input-synaptics/Makefile =================================================================== --- branches/2020Q2/x11-drivers/xf86-input-synaptics/Makefile (revision 533391) +++ branches/2020Q2/x11-drivers/xf86-input-synaptics/Makefile (revision 533392) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= xf86-input-synaptics PORTVERSION= 1.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org synaptics input driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix xorg xorg-cat:driver USE_XORG= x11 xtst OPTIONS_DEFINE= EVDEV +OPTIONS_DEFAULT_FreeBSD_12= EVDEV +OPTIONS_DEFAULT_FreeBSD_13= EVDEV +OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} EVDEV_DESC= Use evdev for input events (requires kernel support) EVDEV_CONFIGURE_ENV= BUILD_EVENTCOMM=yes EVDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev .include Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 533391) +++ branches/2020Q2 (revision 533392) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r533211