diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-06 19:02:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-06 19:02:24 +0000 |
commit | ef94c5ef502dea5f2df69089c37b695f1a7a0685 (patch) | |
tree | 81ba3dd2e24c80b38a00e393b0274130cacc667d /www/mozilla | |
parent | 37675aa09e7e42e78704b52cb2e9e41201fa66c1 (diff) |
Notes
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <bsd.port.pre.mk> |