diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-19 16:54:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-19 16:54:15 +0000 |
commit | d229a55455bfd784e71f0d3678d3d93e06d66c56 (patch) | |
tree | fccb9c3f5cf418ee0eef6cbc04d2cc0676ba84bf /www/seamonkey2 | |
parent | aed3cf79288ca045cdd46cc062578fb3e8232947 (diff) | |
download | ports-d229a55455bfd784e71f0d3678d3d93e06d66c56.tar.gz ports-d229a55455bfd784e71f0d3678d3d93e06d66c56.zip |
Notes
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 |