diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-29 21:13:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-29 21:13:26 +0800 |
commit | 99459f9746e9a4739e92ba15240da55704ad4d05 (patch) | |
tree | e283f5962cc57b8b5271d4dd9219b49ea2c1290e /x11-drivers/input-wacom/Makefile | |
parent | f439a49b69617feb5e442d13d317dd3c40adf079 (diff) | |
download | freebsd-ports-gnome-99459f9746e9a4739e92ba15240da55704ad4d05.tar.gz freebsd-ports-gnome-99459f9746e9a4739e92ba15240da55704ad4d05.tar.zst freebsd-ports-gnome-99459f9746e9a4739e92ba15240da55704ad4d05.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'x11-drivers/input-wacom/Makefile')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 73829e2f0433..a95c7e5d723a 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -49,6 +49,10 @@ OPTIONS= UWACOMKLD "Install USB kernel module" On .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + .if defined(WITH_UWACOMKLD) PLIST_SUB+= UWACOMKLD="uwacom.ko" PORTTYPE= usb |