aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-12-12 12:37:12 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-12-12 12:37:12 +0000
commit3d8a32784d3aa8d6e26d58f8b3f3fa0280a7d090 (patch)
treedce2cd4a40b7318be2175fc75f073b728e7021c0 /mail
parent9a780fc8d7d5502d94cd357c61f054496917c4cc (diff)
downloadports-3d8a32784d3aa8d6e26d58f8b3f3fa0280a7d090.tar.gz
ports-3d8a32784d3aa8d6e26d58f8b3f3fa0280a7d090.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/lightning/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile
index 1eb1729253b6..dfb276c43f44 100644
--- a/mail/lightning/Makefile
+++ b/mail/lightning/Makefile
@@ -46,7 +46,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=mail,calendar
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
.if ${OSVERSION} < 500000
-BROKEN= does not build
+IGNORE= does not build
+.endif
+
+.if ${ARCH}=="ia64"
+IGNORE= does not build
.endif
.if ${PERL_LEVEL} < 500600