diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:29:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:29:59 +0000 |
commit | e70a63de00ddf7584e6322eac29f6af72816f9fa (patch) | |
tree | 2abcc1798cc7e6a5c379ed6a50a5d94013953d7f /www/seamonkey2 | |
parent | ade889c6ec195047b9f336125fd62fdf8fdd9dfa (diff) | |
download | ports-e70a63de00ddf7584e6322eac29f6af72816f9fa.tar.gz ports-e70a63de00ddf7584e6322eac29f6af72816f9fa.zip |
Notes
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) |