aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2008-11-21 18:58:27 +0000
committerLars Engels <lme@FreeBSD.org>2008-11-21 18:58:27 +0000
commitebfe52671e668e1b546422c1eda3f7aa4ae24b46 (patch)
tree071ded3ba3631a6bcf934ad9024c57e63abc361c /multimedia/pwcbsd
parent050edf6ff61b96f767a4eee4b4975624170d5e4f (diff)
downloadports-ebfe52671e668e1b546422c1eda3f7aa4ae24b46.tar.gz
ports-ebfe52671e668e1b546422c1eda3f7aa4ae24b46.zip
- Unbreak
- Add additional mirror to MASTER_SITES - Remove check for 5.x - Grab maintainership
Notes
Notes: svn path=/head/; revision=223136
Diffstat (limited to 'multimedia/pwcbsd')
-rw-r--r--multimedia/pwcbsd/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index a34b13afdb95..0229a38a4c01 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -10,14 +10,13 @@ PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= multimedia sysutils kld
MASTER_SITES= http://raaf.atspace.org/ \
+ http://www.bsd-geek.de/FreeBSD/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= miwi
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lme@FreeBSD.org
COMMENT= The Linux pwc webcam driver ported to FreeBSD
-BROKEN= doesn't fetch
-
MAN4= pwc.4
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -28,10 +27,6 @@ OPTIONS= PROGRAMS "Build the programs" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 504000
-IGNORE= requires FreeBSD 5.4 or superior
-.endif
-
.if !exists(/usr/src/sys/Makefile)
IGNORE= requires kernel source files
.endif