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.lang | |
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.lang')
-rw-r--r-- | mail/thunderbird-i18n/Makefile.lang | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/thunderbird-i18n/Makefile.lang b/mail/thunderbird-i18n/Makefile.lang index d878b7781c2c..ba97b5ed2d55 100644 --- a/mail/thunderbird-i18n/Makefile.lang +++ b/mail/thunderbird-i18n/Makefile.lang @@ -2,7 +2,7 @@ THUNDERBIRD_I18N_ALL_= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \ - pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW + pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-CN zh-TW .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} @@ -133,6 +133,9 @@ THUNDERBIRD_I18N+= tr .if ${PORT_OPTIONS:MLANG_UK} THUNDERBIRD_I18N+= uk .endif +.if ${PORT_OPTIONS:MLANG_CN} +THUNDERBIRD_I18N+= zh-CN +.endif .if ${PORT_OPTIONS:MLANG_TW} THUNDERBIRD_I18N+= zh-TW .endif |