From 98bde01886642cf4ae4c0e9ccc1d4d246a65946a Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 31 Mar 2006 12:28:45 +0000 Subject: - Mark BROKEN on 4.x Reported by: kris via pointyhat --- www/firefox-devel/Makefile | 4 ++-- www/firefox3-devel/Makefile | 4 ++-- www/firefox35/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 -- cgit