diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 7 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a356fb53d085..da1c5847557b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 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 |