diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:24:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-17 00:24:56 +0000 |
commit | 64ebc39d0f55679ef8f078e22b95544bd66095b0 (patch) | |
tree | f2d80087574e2b192638b8095ed87cbf6724d8f9 /www/firefox | |
parent | c59c458de8d53ec9664b5d646447c25f602b0582 (diff) | |
download | ports-64ebc39d0f55679ef8f078e22b95544bd66095b0.tar.gz ports-64ebc39d0f55679ef8f078e22b95544bd66095b0.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 295884fb32d6..39903e8f3f45 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -44,7 +44,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" IGNORE= core dumps on alpha during post-build .endif |