mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +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:
parent
aed3cf7928
commit
d229a55455
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user