aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-12 19:18:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-12 19:18:55 +0000
commit79fd5d2214d2f30a869a8c5a973f53261da13290 (patch)
treef664ae9c72bc07e9347d596062d32e310cb5ede2 /Mk
parent66cd7bd9630bf0427e5e212b591ff33f0f3bf273 (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gecko.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 8588436bc4e7..57f95814f946 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -65,8 +65,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/
.elif ${gecko_ARGS:Mthunderbird}
-_GECKO_DEFAULT_VERSION= 38
-_GECKO_VERSIONS= 38
+_GECKO_DEFAULT_VERSION= 45
+_GECKO_VERSIONS= 45
_GECKO_TYPE= thunderbird
.if exists(${LOCALBASE}/bin/thunderbird)
@@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g
.endif
# Dependence lines for different Thunderbird versions
-38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird
+45_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird
.else
IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird