diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-31 12:28:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-31 12:28:45 +0000 |
commit | 7fdf93063b02a85bf066387566464823154f2119 (patch) | |
tree | 7bb0ecb4fbf46fda3600cf47fe94885e279212ad /www/firefox35 | |
parent | 3c26949bb34222702d9b265010e60cb4659e17e8 (diff) | |
download | ports-7fdf93063b02a85bf066387566464823154f2119.tar.gz ports-7fdf93063b02a85bf066387566464823154f2119.zip |
- Mark BROKEN on 4.x
Reported by: kris via pointyhat
Notes
Notes:
svn path=/head/; revision=158473
Diffstat (limited to 'www/firefox35')
-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 |