diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-02-28 13:43:41 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-02-28 13:43:41 +0000 |
commit | 458d3fba3d6094652b39cef5a0da6715c3bded92 (patch) | |
tree | 416e53ecd7d1b84775661cd37d1b32c7bcbce97b /multimedia/pwcbsd | |
parent | 0f0291e83d000ce3b914fbb4d4477c1f4024c5c2 (diff) | |
download | ports-458d3fba3d6094652b39cef5a0da6715c3bded92.tar.gz ports-458d3fba3d6094652b39cef5a0da6715c3bded92.zip |
Notes
Diffstat (limited to 'multimedia/pwcbsd')
-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 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 |