diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-10-30 20:37:55 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-10-30 20:37:55 +0000 |
commit | 2cd503bcdb5f9bb9fadb663412a68fb84e801524 (patch) | |
tree | a87ddf1d023ec31d88d818886f89a42f8183ebd2 /mail/thunderbird-i18n/Makefile.option | |
parent | x11/lxpanel: pass maintainership (diff) |
- update firefox to 25.0
- update firefox-esr to 24.1.0
- update thunderbird to 24.1.0
- update seamonkey to 22.0
- update libxul to 24.1.0
- don't remove/add share/applications directory
- remove checks for older gecko releases from bsd.gecko.mk
- drop support for FreeBSD 9.0
Not staged yet. I started working on it, but didn't finish it in time for
this release. I'll try to make the next one in 6 weeks.
In collaboration with: Jan Beich
Diffstat (limited to 'mail/thunderbird-i18n/Makefile.option')
-rw-r--r-- | mail/thunderbird-i18n/Makefile.option | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird-i18n/Makefile.option b/mail/thunderbird-i18n/Makefile.option index 7b41d4d3a549..232e3d5a5189 100644 --- a/mail/thunderbird-i18n/Makefile.option +++ b/mail/thunderbird-i18n/Makefile.option @@ -3,6 +3,7 @@ OPTIONS_DEFINE= LANG_AR \ LANG_BR \ LANG_CA \ + LANG_CN \ LANG_CS \ LANG_DA \ LANG_DE \ @@ -44,5 +45,5 @@ OPTIONS_DEFINE= LANG_AR \ LANG_UK \ LANG_TW -OPTIONS_DEFAULT=LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR LANG_KO \ - LANG_IT +OPTIONS_DEFAULT=LANG_CN LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR \ + LANG_KO LANG_IT |