diff options
Diffstat (limited to 'www/firefox35/Makefile')
-rw-r--r-- | www/firefox35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 |