diff options
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 |