aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-mutouch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-mutouch')
-rw-r--r--x11-drivers/xf86-input-mutouch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile
index d9d88f72c324..26dff4584991 100644
--- a/x11-drivers/xf86-input-mutouch/Makefile
+++ b/x11-drivers/xf86-input-mutouch/Makefile
@@ -16,4 +16,10 @@ COMMENT= X.Org mutouch input driver
XORG_CAT= driver
MAN4= mutouch.4x
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
+.include <bsd.port.post.mk>