diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-01-18 21:39:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-01-18 21:39:39 +0000 |
commit | 92c6c01f718c04c560dcc15206a9db08ea0e768c (patch) | |
tree | 4016389eb347b29150c6662ceb84b943718b369f /www/firefox36 | |
parent | 90d33ab0801a91ad32fc785660ff0a461eaf9227 (diff) | |
download | ports-92c6c01f718c04c560dcc15206a9db08ea0e768c.tar.gz ports-92c6c01f718c04c560dcc15206a9db08ea0e768c.zip |
Notes
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index afde3fd0d6c0..c0455b866809 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 |