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/seamonkey/Makefile | |
parent | 37675aa09e7e42e78704b52cb2e9e41201fa66c1 (diff) | |
download | ports-ef94c5ef502dea5f2df69089c37b695f1a7a0685.tar.gz ports-ef94c5ef502dea5f2df69089c37b695f1a7a0685.zip |
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3908f581cf73..fe8717f5e75f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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> |