aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2009-02-28 13:43:41 +0000
committerLars Engels <lme@FreeBSD.org>2009-02-28 13:43:41 +0000
commit458d3fba3d6094652b39cef5a0da6715c3bded92 (patch)
tree416e53ecd7d1b84775661cd37d1b32c7bcbce97b /multimedia/pwcbsd
parent0f0291e83d000ce3b914fbb4d4477c1f4024c5c2 (diff)
downloadports-458d3fba3d6094652b39cef5a0da6715c3bded92.tar.gz
ports-458d3fba3d6094652b39cef5a0da6715c3bded92.zip
Mark BROKEN with usb2
Notes
Notes: svn path=/head/; revision=229217
Diffstat (limited to 'multimedia/pwcbsd')
-rw-r--r--multimedia/pwcbsd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index 0229a38a4c01..02dc1d9e376a 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -27,6 +27,10 @@ OPTIONS= PROGRAMS "Build the programs" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 800063
+BROKEN= Does not build with USB2
+.endif
+
.if !exists(/usr/src/sys/Makefile)
IGNORE= requires kernel source files
.endif