diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 11:29:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 11:29:59 +0800 |
commit | b90ea59b0c55a7357ea2e4b5537aecd52a173f47 (patch) | |
tree | ff37cce6dfd4c095b859e555ffd38c56403f0de6 /www/seamonkey | |
parent | 3eb040eedb87c56076684e876cdf1331396d479d (diff) | |
download | freebsd-ports-gnome-b90ea59b0c55a7357ea2e4b5537aecd52a173f47.tar.gz freebsd-ports-gnome-b90ea59b0c55a7357ea2e4b5537aecd52a173f47.tar.zst freebsd-ports-gnome-b90ea59b0c55a7357ea2e4b5537aecd52a173f47.zip |
This is also BROKEN on alpha
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 2293031df591..df87ad21a4a7 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -126,8 +126,8 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ BROKEN= "Coredump during build on amd64" .endif -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "alpha" +BROKEN= "Does not compile on ia64 or alpha" .endif .if !defined(WITHOUT_XFT) |