diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-12 20:37:12 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-12 20:37:12 +0800 |
commit | 8ea1bbe78d9fe026cc4b012316db4f33bcb5ef05 (patch) | |
tree | 9c20f936691a6d5fcc088904cb336d2c12d651bf /mail | |
parent | bb9d8fbb2b009c82c7f54121199d27b728faa609 (diff) | |
download | freebsd-ports-gnome-8ea1bbe78d9fe026cc4b012316db4f33bcb5ef05.tar.gz freebsd-ports-gnome-8ea1bbe78d9fe026cc4b012316db4f33bcb5ef05.tar.zst freebsd-ports-gnome-8ea1bbe78d9fe026cc4b012316db4f33bcb5ef05.zip |
Mark IGNORE on ia64
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lightning/Makefile | 6 |
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 |