diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-17 11:00:26 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-17 11:00:26 +0000 |
commit | 434110d0c8b641d11ca54c5920bad46eaf4b19d3 (patch) | |
tree | 1418ce701e8437426e93341b574d9c3eba3181f5 /x11-drivers | |
parent | 80f8db1b57324a8d1ba15e476d2ef65f2f9fa09c (diff) | |
download | ports-434110d0c8b641d11ca54c5920bad46eaf4b19d3.tar.gz ports-434110d0c8b641d11ca54c5920bad46eaf4b19d3.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 9 |
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> |