diff options
Diffstat (limited to 'multimedia/pwcbsd/Makefile')
-rw-r--r-- | multimedia/pwcbsd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index 28f73a2f06cc..d9a8523ba83c 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwcbsd PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia sysutils kld MASTER_SITES= http://raaf.atspace.org/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ \ @@ -27,11 +27,11 @@ OPTIONS= PROGRAMS "Build the programs" on \ .include <bsd.port.pre.mk> -.if (${OSVERSION} > 800063) && (${OSVERSION} < 800090) -BROKEN= Please update to a newer version of FreeBSD 8-CURRENT +.if (${OSVERSION} > 800063) && (${OSVERSION} < 800094) +BROKEN= Please update to a newer version of FreeBSD 8 .endif -.if ${OSVERSION} >= 800090 +.if ${OSVERSION} >= 800094 EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.kld \ ${FILESDIR}/extra-patch-pwc-ctrl.c \ ${FILESDIR}/extra-patch-pwc-v4l.c \ |