diff options
author | makc <makc@FreeBSD.org> | 2009-09-15 02:02:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-09-15 02:02:44 +0800 |
commit | 09aba1c17d0c26262b9f47bcb3bfa6b22230360b (patch) | |
tree | c86e423b39000d9bcd49b008e88729dcb6beb695 /multimedia | |
parent | c55952c2021e533d66b069d8f1c2a11ffa773d17 (diff) | |
download | freebsd-ports-gnome-09aba1c17d0c26262b9f47bcb3bfa6b22230360b.tar.gz freebsd-ports-gnome-09aba1c17d0c26262b9f47bcb3bfa6b22230360b.tar.zst freebsd-ports-gnome-09aba1c17d0c26262b9f47bcb3bfa6b22230360b.zip |
Mark BROKEN on 7.x and greater.
Requested by: maintainer in reply to ports/136129
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 |