diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-09-19 10:40:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-09-19 10:40:19 +0000 |
commit | 403f7f03bec17b108a480abb8d2d86335bdf89a6 (patch) | |
tree | 11618047c45f39407fd784142b9a2cc99edcd093 /www/seamonkey2 | |
parent | fcaadfd03292832967cb223a95c9bd433918e8bd (diff) | |
download | ports-403f7f03bec17b108a480abb8d2d86335bdf89a6.tar.gz ports-403f7f03bec17b108a480abb8d2d86335bdf89a6.zip |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3e9dcee20546..160536861e4b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -57,8 +57,9 @@ LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz IGNORE= core dumps on ${ARCH} during post-build .endif -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.if ${ARCH}=="sparc64" # && ${OSVERSION} < 601101 +#IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +BROKEN= regchrome core dumps in sparc64 .endif .if ${OSVERSION} < 500000 |