1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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>
This commit is contained in:
Jeremy Messenger 2007-03-19 16:54:15 +00:00
parent aed3cf7928
commit d229a55455
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187726
2 changed files with 2 additions and 12 deletions

View File

@ -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

View File

@ -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