aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-17 00:26:08 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-04-17 00:26:08 +0000
commit3da9f5a7b3d24905aefb593ab84180d1d330a943 (patch)
treedbf128ca5efb609eee08ff7067b6820f26d42e3a /www/seamonkey2
parent64ebc39d0f55679ef8f078e22b95544bd66095b0 (diff)
downloadports-3da9f5a7b3d24905aefb593ab84180d1d330a943.tar.gz
ports-3da9f5a7b3d24905aefb593ab84180d1d330a943.zip
- Mark IGNORE on sparc64 since it core dumps at start
Notes
Notes: svn path=/head/; revision=159761
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 183dafef64e1..4da83c6297b6 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -52,7 +52,7 @@ MOZ_OPTIONS+= --enable-glitz
LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz
.endif
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
IGNORE= core dumps on ${ARCH} during post-build
.endif