diff options
Diffstat (limited to 'x11-drivers/xf86-input-mutouch/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-mutouch/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index 26dff4584991..de568328ec74 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-input-mutouch PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ COMMENT= X.Org mutouch input driver XORG_CAT= driver MAN4= mutouch.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |