aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-06-17 19:00:26 +0800
committerosa <osa@FreeBSD.org>2010-06-17 19:00:26 +0800
commitdfcae2793ec3fac0fcda0941b7b6af3accf958a2 (patch)
tree50da33573c11dc3fdcd85c51433abded6548c84d /x11-drivers
parent7fd78f6eb83c35f6df74f00658f8e94afd4d750c (diff)
downloadfreebsd-ports-gnome-dfcae2793ec3fac0fcda0941b7b6af3accf958a2.tar.gz
freebsd-ports-gnome-dfcae2793ec3fac0fcda0941b7b6af3accf958a2.tar.zst
freebsd-ports-gnome-dfcae2793ec3fac0fcda0941b7b6af3accf958a2.zip
Mark ignore, useless without uep(4).
Bump PORTREVISION. Reported by: pointyhat on i386 6 via pav, erwin Approved: glebius (maintainer) via IRC
Diffstat (limited to 'x11-drivers')
-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>