From ef94c5ef502dea5f2df69089c37b695f1a7a0685 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 6 Apr 2005 19:02:24 +0000 Subject: - Add WITH_CAIRO_RENDER to OPTIONS, off by default This option uses cairo for SVG rendering instead of libart - Re-word one option that doesn't fit in dialog window. PR: ports/79590 Submitted by: danfe --- www/mozilla/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 485e6abb55fb..9084b9d5181b 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -103,10 +103,11 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ LDAP "Enable LDAP support for Mailnews" on \ CHATZILLA "Enable the Chatzilla IRC module" on \ XMLTERM "Enable the XMLTerm module" on \ - JAVASCRIPT_DEBUGGER "Enable the DTD and JavaScript debuggers" off \ + JAVASCRIPT_DEBUGGER "Enable DTD and JavaScript debuggers" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off \ - SMB "Enable smb:// URI support using gnomevfs" off \ - MENU_ENTRY "Add mozilla to the GNOME menu" on + CAIRO_RENDER "Enable SVG rendering with Cairo" off \ + SMB "Enable smb:// URI support via gnomevfs" off \ + MENU_ENTRY "Add Mozilla to the GNOME menu" on .include -- cgit v1.2.3