aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2010-06-17 11:00:26 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2010-06-17 11:00:26 +0000
commit434110d0c8b641d11ca54c5920bad46eaf4b19d3 (patch)
tree1418ce701e8437426e93341b574d9c3eba3181f5 /x11-drivers
parent80f8db1b57324a8d1ba15e476d2ef65f2f9fa09c (diff)
downloadports-434110d0c8b641d11ca54c5920bad46eaf4b19d3.tar.gz
ports-434110d0c8b641d11ca54c5920bad46eaf4b19d3.zip
Mark ignore, useless without uep(4).
Bump PORTREVISION. Reported by: pointyhat on i386 6 via pav, erwin Approved: glebius (maintainer) via IRC
Notes
Notes: svn path=/head/; revision=256624
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>