diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-04-04 12:04:01 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-04-04 12:04:01 +0800 |
commit | fc578e73caf5f1ac4250af6b8ac1e9210c6c13df (patch) | |
tree | e9f3d26e5ca4440cbac83710ad40cd0722e073da /x11-drivers/xf86-input-summa/Makefile | |
parent | e93d5e002ef7a787a1a667b60145b4753773870f (diff) | |
download | freebsd-ports-gnome-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.tar.gz freebsd-ports-gnome-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.tar.zst freebsd-ports-gnome-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.zip |
Update Xorg server to 1.6.0
o Update randrproto, libXrandr and xrandr to 1.3.0
o Update xf86-video-intel to 2.6.3
o Update other less common drivers as needed
o Mark a bunch of un-maintained input drivers ignored
o Update the various slave X server ports as well
Diffstat (limited to 'x11-drivers/xf86-input-summa/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-summa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-summa/Makefile b/x11-drivers/xf86-input-summa/Makefile index ade2466a8f8a..e663a45bfecf 100644 --- a/x11-drivers/xf86-input-summa/Makefile +++ b/x11-drivers/xf86-input-summa/Makefile @@ -14,4 +14,6 @@ COMMENT= X.Org summa input driver XORG_CAT= driver +IGNORE= Unmaintained upstream. Notify ${MAINTAINER} if you have this device. + .include <bsd.port.mk> |