aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird-i18n/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-14 13:38:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-14 13:38:33 +0000
commitc4a821b368f084d08d1c64b155370da49b8df1b7 (patch)
tree607ee873b8b58426ed1599762bb97f25da2bf73e /mail/thunderbird-i18n/Makefile
parent62a907409544ec0cdf735b72fd442efa020a202f (diff)
downloadports-c4a821b368f084d08d1c64b155370da49b8df1b7.tar.gz
ports-c4a821b368f084d08d1c64b155370da49b8df1b7.zip
Notes
Diffstat (limited to 'mail/thunderbird-i18n/Makefile')
-rw-r--r--mail/thunderbird-i18n/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile
index 07e6b8d41512..5796b246a64f 100644
--- a/mail/thunderbird-i18n/Makefile
+++ b/mail/thunderbird-i18n/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= thunderbird-i18n
-PORTVERSION= 1.5.0.5
+PORTVERSION= 1.5.0.7
CATEGORIES= mail
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi
PKGNAMEPREFIX=
@@ -24,8 +24,12 @@ NO_BUILD= yes
USE_XPI= *thunderbird
THUNDERBIRD_I18N_ALL= bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE gu-IN he hu it \
- ja ko mk nb-NO nl pa-IN pl pt-BR ro ru sk sl sv-SE tr zh-CN
+ ja ko lt mk nb-NO nl pa-IN pl pt-BR ru sk sl sv-SE tr zh-CN
+.ifdef PACKAGE_BUILDING
+THUNDERBIRD_I18N?= all
+.else
THUNDERBIRD_I18N?= zh-CN de fr ja ru it es-ES
+.endif
.if ${THUNDERBIRD_I18N} == all
THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL}