diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-09 03:44:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-09 03:44:30 +0800 |
commit | 4faad78a3f00990165730306bf23ebb28c8137ab (patch) | |
tree | 394c9c0ce64b2918b032c1d4464ed42b4653db9e /mail | |
parent | 45ac8c84561611e230ff77f0da69b703896dbe60 (diff) | |
download | freebsd-ports-graphics-4faad78a3f00990165730306bf23ebb28c8137ab.tar.gz freebsd-ports-graphics-4faad78a3f00990165730306bf23ebb28c8137ab.tar.zst freebsd-ports-graphics-4faad78a3f00990165730306bf23ebb28c8137ab.zip |
Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ef481bf4365..22cf771c277 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -38,6 +38,8 @@ MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome CONFLICTS= thunderbird*-1.5* +NOT_FOR_ARCHS= ia64 + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ef481bf4365..22cf771c277 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -38,6 +38,8 @@ MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome CONFLICTS= thunderbird*-1.5* +NOT_FOR_ARCHS= ia64 + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index ef481bf4365..22cf771c277 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -38,6 +38,8 @@ MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome CONFLICTS= thunderbird*-1.5* +NOT_FOR_ARCHS= ia64 + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" |