diff options
Diffstat (limited to 'www/firefox3/Makefile')
-rw-r--r-- | www/firefox3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 48a76c22f815..e35f9a66866c 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -72,6 +72,10 @@ MOZ_OPTIONS+= --disable-dbus LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ |