aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-drivers/xf86-input-egalax/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile
index e46ec7911aa8..386d349df1a0 100644
--- a/x11-drivers/xf86-input-egalax/Makefile
+++ b/x11-drivers/xf86-input-egalax/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xf86-input-egalax
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= x11-drivers
MASTER_SITES= LOCAL/glebius
@@ -15,7 +16,13 @@ COMMENT= eGalax touch screen input driver for X.Org
LICENSE= BSD
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800505
+IGNORE= is useless without uep(4) kernel driver
+.endif
+
XORG_CAT= driver
MAN4= egalax.4x
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>