diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-07 03:02:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-07 03:02:24 +0800 |
commit | d5e0929f5deaa3c32feb7146a2ac5024d7d829a2 (patch) | |
tree | e0c564ce94a90c085e1263b8bca59e60ca6adb67 /www/seamonkey2 | |
parent | f7c32d975eedc04816e9f2f6c51b6282f29e052b (diff) | |
download | freebsd-ports-gnome-d5e0929f5deaa3c32feb7146a2ac5024d7d829a2.tar.gz freebsd-ports-gnome-d5e0929f5deaa3c32feb7146a2ac5024d7d829a2.tar.zst freebsd-ports-gnome-d5e0929f5deaa3c32feb7146a2ac5024d7d829a2.zip |
- 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
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3908f581cf73..fe8717f5e75f 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -100,11 +100,12 @@ OPTIONS=CALENDAR "Enable the Calendar module" off \ DEBUG "Enable debugging (i.e. gdb) support" off \ LDAP "Enable LDAP support for Mailnews" on \ CHATZILLA "Enable the Chatzilla IRC 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-devel to the GNOME menu" on \ - CAIRO "Enable Cairo-specific Canvas features" off + CAIRO_RENDER "Enable SVG rendering with Cairo" off \ + CAIRO "Enable Cairo-specific Canvas features" off \ + SMB "Enable smb:// URI support via gnomevfs" off \ + MENU_ENTRY "Add Mozilla to the GNOME menu" on .include <bsd.port.pre.mk> |