diff options
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 39903e8f3f45..a03c417503ad 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" -IGNORE= core dumps on alpha during post-build +IGNORE= core dumps on ${ARCH} .endif .if ${OSVERSION} >= 600000 |