diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-26 22:14:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-26 22:14:09 +0000 |
commit | 7663529315907391dcf57d006f8b1b07c41b319a (patch) | |
tree | c2236b4dff0c3fc23733487c16b45c12d27278b2 /www/seamonkey2 | |
parent | 08df063692996b8352b241cbda4cf8c509741244 (diff) | |
download | ports-7663529315907391dcf57d006f8b1b07c41b319a.tar.gz ports-7663529315907391dcf57d006f8b1b07c41b319a.zip |
Add CALENDAR in OPTIONS as there already have WITH_CALENDAR knob exists.
PR: ports/96846
Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes
Notes:
svn path=/head/; revision=163552
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |