diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-27 06:14:09 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-27 06:14:09 +0800 |
commit | de1fc9d1dadd254d770d9145e20f10659d322be0 (patch) | |
tree | 4e7e14d1604f04a3386fc10d194c9dec1e16c828 | |
parent | 59bb0344190f875ff74c53af0b13e2a4990e5ec1 (diff) | |
download | freebsd-ports-gnome-de1fc9d1dadd254d770d9145e20f10659d322be0.tar.gz freebsd-ports-gnome-de1fc9d1dadd254d770d9145e20f10659d322be0.tar.zst freebsd-ports-gnome-de1fc9d1dadd254d770d9145e20f10659d322be0.zip |
Add CALENDAR in OPTIONS as there already have WITH_CALENDAR knob exists.
PR: ports/96846
Submitted by: Stephen Hurd <shurd@sasktel.net>
-rw-r--r-- | www/seamonkey/Makefile | 3 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 4da83c6297b6..7b017fb34b47 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -42,7 +42,8 @@ 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 + SMB "Enable smb:// URI support using gnomevfs" off \ + CALENDAR "Enable the calendar" off .include <bsd.port.pre.mk> diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 4da83c6297b6..7b017fb34b47 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -42,7 +42,8 @@ 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 + SMB "Enable smb:// URI support using gnomevfs" off \ + CALENDAR "Enable the calendar" off .include <bsd.port.pre.mk> |