summaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd/Makefile
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2009-05-27 18:31:56 +0000
committerLars Engels <lme@FreeBSD.org>2009-05-27 18:31:56 +0000
commit7349eb0b67f03ff7feb06786ff95e25efaf578e8 (patch)
tree1ce0a7e6e1656a5ccea62e49deb9c96092008690 /multimedia/pwcbsd/Makefile
parentfix 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/Makefile6
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