From 0cf7698e87c7f9289a954cacb6e550b9a746ed28 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 2 Jan 2010 18:26:21 +0000 Subject: [PATCH] Mark BROKEN on 9.x: does not build --- multimedia/cx88/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index a8e330e82137..ac680793e906 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -26,6 +26,8 @@ MAKE_JOBS_UNSAFE= yes .if ${OSVERSION} < 700055 IGNORE= requires FreeBSD 7.0-RELEASE or later +.elif ${OSVERSION} >= 900000 +BROKEN= does not build .endif .if !exists(/usr/src/sys/Makefile)