summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-06-30 18:19:48 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-06-30 18:19:48 +0000
commitd116b360dd5db95a4e3d641487e847d8172ea20b (patch)
tree4a27c4cc6321b60586dcb6cc01bf5940679e1e4f /Mk
parentupdate to 3.1.11 as mail/thunderbird-i18n will be updated to 5.0 (diff)
update thunderbird to 5.0
Notes
Notes: svn path=/head/; revision=276742
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index f76f49a9efc4..ee091f1fd079 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -199,9 +199,9 @@ Gecko_Pre_Include= bsd.gecko.mk
# version is given by the maintainer via the port
# or by the user via defined variable try to find
# the highest stable installed version.
-# Available values: yes 31+ 30+ 31 30
+# Available values: yes 50+ 31+ 50 31
# NOTE:
-# default value 31 is used in case of USE_THUNDERBIRD=yes
+# default value 50 is used in case of USE_THUNDERBIRD=yes
#
# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird.
# Available values: see USE_THUNDERBIRD
@@ -364,13 +364,13 @@ USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BUILD}
_THUNDERBIRD_BUILD_DEPENDS= yes
.endif
-_THUNDERBIRD_DEFAULT_VERSION= 31
-_THUNDERBIRD_VERSIONS= 31 30
-_THUNDERBIRD_RANGE_VERSIONS= 31+ 30+
+_THUNDERBIRD_DEFAULT_VERSION= 50
+_THUNDERBIRD_VERSIONS= 50 31
+_THUNDERBIRD_RANGE_VERSIONS= 50+ 31+
# For specifying [31, 30, ..]+
-_THUNDERBIRD_30P= 30 ${_THUNDERBIRD_31P}
-_THUNDERBIRD_31P= 31
+_THUNDERBIRD_31P= 31 ${_THUNDERBIRD_31P}
+_THUNDERBIRD_50P= 50
# Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given
.if ${USE_THUNDERBIRD} == "yes"
@@ -412,8 +412,8 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER
.endif
# Dependence lines for different Thunderbird versions
-31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
-30_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird3
+50_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
+31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird3
# Add dependencies
.if defined(USE_THUNDERBIRD)