aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-01-18 21:39:39 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-01-18 21:39:39 +0000
commit92c6c01f718c04c560dcc15206a9db08ea0e768c (patch)
tree4016389eb347b29150c6662ceb84b943718b369f /www/firefox-esr
parent90d33ab0801a91ad32fc785660ff0a461eaf9227 (diff)
downloadports-92c6c01f718c04c560dcc15206a9db08ea0e768c.tar.gz
ports-92c6c01f718c04c560dcc15206a9db08ea0e768c.zip
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index afde3fd0d6c0..c0455b866809 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
+IGNORE= does not run, update to 6.2-RELEASE or newer
+.endif
+
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif