diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-05-27 18:31:56 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-05-27 18:31:56 +0000 |
commit | 7349eb0b67f03ff7feb06786ff95e25efaf578e8 (patch) | |
tree | 1ce0a7e6e1656a5ccea62e49deb9c96092008690 /multimedia/pwcbsd/Makefile | |
parent | fix compilation if the old sane version is still installed (diff) |
- Add patches to fix build with USB2
- Bump PORTREVISION
Patches Submitted by: hps
Diffstat (limited to 'multimedia/pwcbsd/Makefile')
-rw-r--r-- | multimedia/pwcbsd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index 02dc1d9e376a..1e45945d991c 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwcbsd PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia sysutils kld MASTER_SITES= http://raaf.atspace.org/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ \ @@ -27,10 +27,6 @@ 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 |