diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-09 07:18:28 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-09 07:18:28 +0800 |
commit | 82a896cdfe0416407c2d390640a9b88611b8899b (patch) | |
tree | 48fabe068f169bfddf8fd0dcc0f01e83d73a20b9 /deskutils/lightning-thunderbird | |
parent | 476d1d776b3b1853693285639de1a8b422e7eba1 (diff) | |
download | freebsd-ports-graphics-82a896cdfe0416407c2d390640a9b88611b8899b.tar.gz freebsd-ports-graphics-82a896cdfe0416407c2d390640a9b88611b8899b.tar.zst freebsd-ports-graphics-82a896cdfe0416407c2d390640a9b88611b8899b.zip |
- Readd IGNORE for sparc64, should be fixed in next version
Diffstat (limited to 'deskutils/lightning-thunderbird')
-rw-r--r-- | deskutils/lightning-thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index b5afd236b57..721736cadcb 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -42,8 +42,8 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar BROKEN= does not build .endif -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.if ${ARCH}=="sparc64" +IGNORE= does not build .endif .if ${PERL_LEVEL} < 500600 |