aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 03:29:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 03:29:59 +0000
commite70a63de00ddf7584e6322eac29f6af72816f9fa (patch)
tree2abcc1798cc7e6a5c379ed6a50a5d94013953d7f /www/mozilla-devel
parentade889c6ec195047b9f336125fd62fdf8fdd9dfa (diff)
downloadports-e70a63de00ddf7584e6322eac29f6af72816f9fa.tar.gz
ports-e70a63de00ddf7584e6322eac29f6af72816f9fa.zip
Notes
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r--www/mozilla-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 2293031df591..df87ad21a4a7 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/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)