aboutsummaryrefslogtreecommitdiff
path: root/comms/uticom
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-09-27 20:32:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-09-27 20:32:09 +0000
commit8c5084386f65c22f4d7e8827cac75f809cdeec8f (patch)
tree7d870f063b7860f803cf636409ce473557124418 /comms/uticom
parentfa04344cccba269a1e9c551cec2019e28118b313 (diff)
downloadports-8c5084386f65c22f4d7e8827cac75f809cdeec8f.tar.gz
ports-8c5084386f65c22f4d7e8827cac75f809cdeec8f.zip
Mark BROKEN with USB2
Noticed by: rwatson Feature safe: yes
Notes
Notes: svn path=/head/; revision=242181
Diffstat (limited to 'comms/uticom')
-rw-r--r--comms/uticom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile
index 2d75352f6a3f..81190b40f8b7 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