diff options
Diffstat (limited to 'x11-drivers/xf86-input-hyperpen/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index f63b98d57921..3e329eca89db 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -2,7 +2,7 @@ PORTNAME= xf86-input-hyperpen PORTVERSION= ${HYPERVER} -PORTREVISION= 1 +PORTREVISION= ${HYPERREVISION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -14,10 +14,10 @@ XORG_CAT= driver .if defined(WITH_NEW_XORG) HYPERVER= 1.4.1 -HYPERREVISION= 1 +HYPERREVISION= 2 .else HYPERVER= 1.3.0 -HYPERREVISION= 7 +HYPERREVISION= 8 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c .endif |