aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-05-25 10:54:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-05-25 10:54:12 +0000
commit25d203e0c28fe823a066fc091e07d775c1f01382 (patch)
treeb0cf507013241a92bd8bc5bdee693bf5714821b6 /multimedia
parent6d44538f7fd9157358ff5e02cc3485b6db59e451 (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=234528
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/cx88/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile
index 4637549e2b07..fd9eb4751d9a 100644
--- a/multimedia/cx88/Makefile
+++ b/multimedia/cx88/Makefile
@@ -24,6 +24,8 @@ MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/
.if ${OSVERSION} < 700055
IGNORE= requires FreeBSD 7.0-RELEASE or later
+.elif ${OSVERSION} >= 800000
+BROKEN= does not build
.endif
.if !exists(/usr/src/sys/Makefile)