diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-04 19:44:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-04 19:44:43 +0000 |
commit | 3624772daf7b38168b2574791449e034cec65d85 (patch) | |
tree | d1322dd8c18aa63de48b9ff65a4c86b69ca6222b /comms/hso-kmod | |
parent | 6183520d984b29545a7c9fed7b3dd65a9fe1b5a2 (diff) |
Notes
Diffstat (limited to 'comms/hso-kmod')
-rw-r--r-- | comms/hso-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/hso-kmod/Makefile b/comms/hso-kmod/Makefile index 4f479f573a32..5e8561c73915 100644 --- a/comms/hso-kmod/Makefile +++ b/comms/hso-kmod/Makefile @@ -30,6 +30,10 @@ MAN4= hso.4 .include <bsd.port.pre.mk> +.if ${OSVERSION} > 800063 +BROKEN= Does not build with USB2 +.endif + .if !defined(WITHOUT_HSOCTL) HSOCTL_VERSION= 20081023 DISTFILES+= hsoctl-${HSOCTL_VERSION}${EXTRACT_SUFX} |