From 6a844946ae564b3b2fc178ac3e32f157dd9c888c Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 27 Mar 2006 14:33:27 +0000 Subject: - Mark broken on 4.x Reported by: kris via pointyhat --- www/xulrunner/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www') diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile index 8565bc3df64a..099944b17af4 100644 --- a/www/xulrunner/Makefile +++ b/www/xulrunner/Makefile @@ -31,4 +31,9 @@ OPTIONS= # Empty, used for generic gecko OPTIONS .include .include "${.CURDIR}/../../www/mozilla/Makefile.common" + +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + .include -- cgit