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 /www | |
parent | 45ac8c84561611e230ff77f0da69b703896dbe60 (diff) | |
download | freebsd-ports-gnome-4faad78a3f00990165730306bf23ebb28c8137ab.tar.gz freebsd-ports-gnome-4faad78a3f00990165730306bf23ebb28c8137ab.tar.zst freebsd-ports-gnome-4faad78a3f00990165730306bf23ebb28c8137ab.zip |
Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by: pointyhat via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
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 \ |