diff options
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index a356fb53d085..da1c5847557b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -42,8 +42,7 @@ OPTIONS=MAILNEWS "Enable Mail and News modules" on \ LDAP "Enable LDAP support for Mailnews" on \ CHATZILLA "Enable the Chatzilla IRC module" on \ JAVASCRIPT_DEBUGGER "Enable DTD and JavaScript debuggers" off \ - SMB "Enable smb:// URI support using gnomevfs" off \ - CALENDAR "Enable the calendar" off + SMB "Enable smb:// URI support using gnomevfs" off .include <bsd.port.pre.mk> @@ -89,10 +88,6 @@ MOZ_OPTIONS+= --disable-jsd \ --disable-dtd-debug .endif -.if defined(WITH_CALENDAR) -MOZ_OPTIONS+= --enable-calendar -.endif - .if defined(WITHOUT_COMPOSER) MOZ_OPTIONS+= --disable-composer .endif |