diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-07-23 23:36:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-07-23 23:36:07 +0000 |
commit | bc2d7d11da0f41962ae6b00a099b76d57e17c64c (patch) | |
tree | 616c2752c978e0308f19227e781fbb1a64d73d1e /mail/thunderbird-i18n/Makefile.lang | |
parent | www/firefox{,-esr}, www/libxul: stop regressing r380782 (diff) |
- Update Thunderbird to 38.1.0
Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/
Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/
PR: 201769
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (based on)
MFH: 2015Q3
X-MFH-With: r392273
Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Diffstat (limited to 'mail/thunderbird-i18n/Makefile.lang')
-rw-r--r-- | mail/thunderbird-i18n/Makefile.lang | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/mail/thunderbird-i18n/Makefile.lang b/mail/thunderbird-i18n/Makefile.lang index ca063020a381..ed4021a2a0d6 100644 --- a/mail/thunderbird-i18n/Makefile.lang +++ b/mail/thunderbird-i18n/Makefile.lang @@ -1,9 +1,10 @@ # $FreeBSD$ -THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR \ - es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id \ - is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm \ - ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW +THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs cy da de dsb el en-GB \ + en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he \ + hr hsb hu hy-AM id is it ja ko lt nb-NO nl nn-NO \ + pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE \ + ta-LK tr uk vi zh-CN zh-TW .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} @@ -32,12 +33,18 @@ THUNDERBIRD_I18N+= ca .if ${PORT_OPTIONS:MLANG_CS} THUNDERBIRD_I18N+= cs .endif +.if ${PORT_OPTIONS:MLANG_CY} +THUNDERBIRD_I18N+= cy +.endif .if ${PORT_OPTIONS:MLANG_DA} THUNDERBIRD_I18N+= da .endif .if ${PORT_OPTIONS:MLANG_DE} THUNDERBIRD_I18N+= de .endif +.if ${PORT_OPTIONS:MLANG_DSB} +THUNDERBIRD_I18N+= dsb +.endif .if ${PORT_OPTIONS:MLANG_EL} THUNDERBIRD_I18N+= el .endif @@ -86,6 +93,9 @@ THUNDERBIRD_I18N+= hr .if ${PORT_OPTIONS:MLANG_HU} THUNDERBIRD_I18N+= hu .endif +.if ${PORT_OPTIONS:MLANG_HSB} +THUNDERBIRD_I18N+= hsb +.endif .if ${PORT_OPTIONS:MLANG_AM} THUNDERBIRD_I18N+= hy-AM .endif |