diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-09-14 18:02:44 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-09-14 18:02:44 +0000 |
commit | c3b458bce6af83b5f3460eced95fe4ba2ea1c75c (patch) | |
tree | 42db4d5c7df3d65675afa96d667095d8ddaf46e1 /multimedia | |
parent | 585f9eb4bd5bee6102af8923409c5cacd14a4eb2 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kbtv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/kbtv/Makefile b/multimedia/kbtv/Makefile index f2d60a6708ba..702141de8725 100644 --- a/multimedia/kbtv/Makefile +++ b/multimedia/kbtv/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 5 CATEGORIES= multimedia python kde kld MASTER_SITES= SF \ http://freebsd.ricin.com/ports/distfiles/ - EXTRACT_SUFX= .tbz MAINTAINER= danny@ricin.com @@ -44,6 +43,10 @@ OPTIONS= PWC "Philips and compatible cameras" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700000 +BROKEN= does not build on 7.x and greater +.endif + .if defined(WITH_PWC) .if !exists(/usr/src/sys/Makefile) IGNORE= kernel sources required for pwc |