diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:29:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:29:45 +0000 |
commit | 93eac9cab1206c9b1f19d4cddc0d0363a4cc778d (patch) | |
tree | 33f312f070729c8c4024d812e4e13fd88bbfeb80 /www/firefox | |
parent | 3da9f5a7b3d24905aefb593ab84180d1d330a943 (diff) | |
download | ports-93eac9cab1206c9b1f19d4cddc0d0363a4cc778d.tar.gz ports-93eac9cab1206c9b1f19d4cddc0d0363a4cc778d.zip |
Notes
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 |