diff options
author | lme <lme@FreeBSD.org> | 2009-02-28 21:43:41 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-02-28 21:43:41 +0800 |
commit | a8b3f73294823d3a1b30dfb3216ef9448ff5b33a (patch) | |
tree | d881607b37cd4e667de81ee01a6445d0271bf8b3 /multimedia | |
parent | 40842f7d5103db76c66a55dda4acb3e32f899528 (diff) | |
download | freebsd-ports-graphics-a8b3f73294823d3a1b30dfb3216ef9448ff5b33a.tar.gz freebsd-ports-graphics-a8b3f73294823d3a1b30dfb3216ef9448ff5b33a.tar.zst freebsd-ports-graphics-a8b3f73294823d3a1b30dfb3216ef9448ff5b33a.zip |
Mark BROKEN with usb2
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/pwcbsd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index 0229a38a4c0..02dc1d9e376 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 |