diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bonobo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index 02c7b63684f..6549841c571 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -42,6 +42,8 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ --with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}" +BROKEN= "Does not build with new Mozilla" + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " By default mozilla-bonobo uses www/mozilla for html rendering, but you can" |