diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-09-27 22:23:30 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-09-27 22:23:30 +0000 |
commit | 3adb44bf279abc139abbe2a54d0b1efe0f632839 (patch) | |
tree | cbc13e38602172d3cefe2e1e064ba726759b7d67 /mail/thunderbird/Makefile | |
parent | 6a06bfcd2aedf74dbda5f343b77c892e208ca710 (diff) |
Notes
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f571c74d6f7a..e550d934b089 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 6.0.2 +DISTVERSION= 7.0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -55,7 +55,7 @@ PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome -OPTIONS= LIGHTNING "Enable calendar extension" off +OPTIONS= LIGHTNING "Enable calendar extension" off .include <bsd.port.pre.mk> |