diff options
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 2293031df591..df87ad21a4a7 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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) |