diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:32:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:32:25 +0000 |
commit | 57c28ebd77053ce8c5750c8e77a3a72b7b34f9ee (patch) | |
tree | 3b43b0801a008797e9b68c5dcb6f0cc385cba361 /www/firefox35 | |
parent | 0a1c25db9a056a3a29f58f6ab46b3643141cfb8f (diff) | |
download | ports-57c28ebd77053ce8c5750c8e77a3a72b7b34f9ee.tar.gz ports-57c28ebd77053ce8c5750c8e77a3a72b7b34f9ee.zip |
Notes
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index ea6660143377..f44f44f7618f 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -59,6 +59,9 @@ OPTIONS= DBUS "Enable D-BUS support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif .if ${OSVERSION} < 700000 LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio |