diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-20 00:54:15 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-20 00:54:15 +0800 |
commit | 5428b94d683838056de552691d826f3b84a2f9b8 (patch) | |
tree | 93dae4e045b59e90149460827b8edeb293c9c421 /www/seamonkey2 | |
parent | 51dd2b096e0e173d3bd2b0ac3f74f97fe41e919a (diff) | |
download | freebsd-ports-gnome-5428b94d683838056de552691d826f3b84a2f9b8.tar.gz freebsd-ports-gnome-5428b94d683838056de552691d826f3b84a2f9b8.tar.zst freebsd-ports-gnome-5428b94d683838056de552691d826f3b84a2f9b8.zip |
The calendar feature/option is no longer exists, so remove it. The configure
is suggesting anyone to use either Sunbird or Lightning.
PR: ports/109993
Submitted by: John E. Hein <jhein@timing.com>
Diffstat (limited to 'www/seamonkey2')
-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 |