aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-09-28 04:32:09 +0800
committererwin <erwin@FreeBSD.org>2009-09-28 04:32:09 +0800
commit76c89377a03eff40717b76151be4ccd98e94a180 (patch)
tree5751ae966b8d57c11fa47b9865d63494a7f7de01 /comms
parent0c01dc32709d9a0f78c89b28dc4a7e7910778269 (diff)
downloadfreebsd-ports-graphics-76c89377a03eff40717b76151be4ccd98e94a180.tar.gz
freebsd-ports-graphics-76c89377a03eff40717b76151be4ccd98e94a180.tar.zst
freebsd-ports-graphics-76c89377a03eff40717b76151be4ccd98e94a180.zip
Mark BROKEN with USB2
Noticed by: rwatson Feature safe: yes
Diffstat (limited to 'comms')
-rw-r--r--comms/uticom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile
index 2d75352f6a3..81190b40f8b 100644
--- a/comms/uticom/Makefile
+++ b/comms/uticom/Makefile
@@ -26,6 +26,10 @@ PLIST_FILES= uticom.ko
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800064
+BROKEN= does not compile
+.endif
+
# Make sure kernel sources are present before going any further
.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c)
IGNORE= you need to extract kernel source tree before building this package