diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-17 08:29:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-17 08:29:45 +0800 |
commit | 2cb67b940b0402cd9bc438495a7edce0824cb030 (patch) | |
tree | 9c94a56ac2358705912a6fba1d25a750e7e697d3 /www | |
parent | 123d08d5c9294724b2433e6c4158a2486669a740 (diff) | |
download | freebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.tar.gz freebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.tar.zst freebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.zip |
- Mark IGNORE on sparc64
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 39903e8f3f45..a03c417503ad 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 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 diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 39903e8f3f45..a03c417503ad 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 39903e8f3f45..a03c417503ad 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 diff --git a/www/flock/Makefile b/www/flock/Makefile index 39903e8f3f45..a03c417503ad 100644 --- a/www/flock/Makefile +++ b/www/flock/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 |