diff options
author | sat <sat@FreeBSD.org> | 2007-06-15 18:30:30 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-15 18:30:30 +0800 |
commit | 320cabd6a4a718bf1a84341ae8711c84ac2c0adc (patch) | |
tree | 2a01473d86f0fe6a325c8f73a91a6d29e7a703f4 /mail/thunderbird3-i18n/Makefile | |
parent | ab21eacb15c23568fe17b18352571313e490d5c0 (diff) | |
download | freebsd-ports-gnome-320cabd6a4a718bf1a84341ae8711c84ac2c0adc.tar.gz freebsd-ports-gnome-320cabd6a4a718bf1a84341ae8711c84ac2c0adc.tar.zst freebsd-ports-gnome-320cabd6a4a718bf1a84341ae8711c84ac2c0adc.zip |
- Update to 2.0.0.4
Diffstat (limited to 'mail/thunderbird3-i18n/Makefile')
-rw-r--r-- | mail/thunderbird3-i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird3-i18n/Makefile b/mail/thunderbird3-i18n/Makefile index 9499a6d8d6c3..13afaf4f265a 100644 --- a/mail/thunderbird3-i18n/Makefile +++ b/mail/thunderbird3-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird-i18n -PORTVERSION= 2.0.0.0 +PORTVERSION= 2.0.0.4 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -23,12 +23,12 @@ RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-swit NO_BUILD= yes USE_XPI= *thunderbird -THUNDERBIRD_I18N_ALL= be bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE hu it ja lt \ +THUNDERBIRD_I18N_ALL= be bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE hu it ja ko lt \ mk nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN zh-TW .ifdef PACKAGE_BUILDING THUNDERBIRD_I18N?= all .else -THUNDERBIRD_I18N?= zh-CN de fr ja ru it es-ES +THUNDERBIRD_I18N?= zh-CN es-ES pt-BR ru ja de fr pa-IN ko it .endif .if ${THUNDERBIRD_I18N} == all |