diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-08 19:44:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-08 19:44:30 +0000 |
commit | 48c172df6c10d62ee2b1edf2b2913dfb99168194 (patch) | |
tree | 7bf574a977db8ce1201e5656bd53977311599447 | |
parent | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (diff) | |
download | ports-48c172df6c10d62ee2b1edf2b2913dfb99168194.tar.gz ports-48c172df6c10d62ee2b1edf2b2913dfb99168194.zip |
Notes
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ef481bf43656..22cf771c2772 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 ef481bf43656..22cf771c2772 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 ef481bf43656..22cf771c2772 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" diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f5094beea40e..3c11dadaf6b0 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -39,6 +39,8 @@ MOZ_MK_OPTIONS+=MOZ_INTERNAL_LIBART_LGPL=1 MOZ_OPTIONS+= --enable-svg-renderer-libart --enable-svg \ --disable-plaintext-editor-only +NOT_FOR_ARCHS= ia64 + OPTIONS=CALENDAR "Enable the Calendar module" off \ MAILNEWS "Enable Mail and News modules" on \ COMPOSER "Enable the HTML Composer module" on \ diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 38d22f8a2d10..df5e94fa9c3b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -35,6 +35,8 @@ MOZ_OPTIONS+= --enable-application=suite \ --enable-canvas MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=suite +NOT_FOR_ARCHS= ia64 + OPTIONS=MAILNEWS "Enable Mail and News modules" on \ COMPOSER "Enable the HTML Composer module" on \ LDAP "Enable LDAP support for Mailnews" on \ diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 38d22f8a2d10..df5e94fa9c3b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -35,6 +35,8 @@ MOZ_OPTIONS+= --enable-application=suite \ --enable-canvas MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=suite +NOT_FOR_ARCHS= ia64 + OPTIONS=MAILNEWS "Enable Mail and News modules" on \ COMPOSER "Enable the HTML Composer module" on \ LDAP "Enable LDAP support for Mailnews" on \ |