diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-12 00:01:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-12 00:01:23 +0000 |
commit | 0abc164359817efc12a5d026b1911b05e531a32f (patch) | |
tree | aafb5fb1fc2a608850f63aa643b497b19379ba1c /x11-drivers/xf86-input-synaptics | |
parent | d082bac3c2da2b0d76c5c1df3fcb401887af9ed1 (diff) | |
download | ports-0abc164359817efc12a5d026b1911b05e531a32f.tar.gz ports-0abc164359817efc12a5d026b1911b05e531a32f.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
-rw-r--r-- | x11-drivers/xf86-input-synaptics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index c4da52990262..cd070ccbee43 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -2,7 +2,7 @@ PORTNAME= xf86-input-synaptics PORTVERSION= ${SYNAPTICS_VERSION} -PORTREVISION= 1 +PORTREVISION= ${SYNAPTICS_REVISION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,11 +18,11 @@ XORG_CAT= driver .if defined(WITH_NEW_XORG) SYNAPTICS_VERSION= 1.7.4 -SYNAPTICS_REVISION= 1 +SYNAPTICS_REVISION= 2 PLIST_SUB+= NEW="" OLD="@comment " .else SYNAPTICS_VERSION= 1.6.4 -SYNAPTICS_REVISION= 1 +SYNAPTICS_REVISION= 2 PLIST_SUB+= NEW="@comment " OLD="" EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in .endif |