diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
commit | 9168603ee2a4caf0184a678f8c87fd4c35b5309e (patch) | |
tree | beed789c375f11c48d387803bbb6f26ed98f78ab /www/seamonkey | |
parent | 7d2247fbb14d14757e294626dc02ce359ccf9953 (diff) | |
download | ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.tar.gz ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a5e41cc5e6b2..0fd7441d7342 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -60,10 +60,6 @@ MOZ_OPTIONS+= --enable-glitz LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .endif -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on ${ARCH} during post-build -.endif - .if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif |