diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-03-22 01:46:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-03-22 01:46:19 +0000 |
commit | 812a831a467775b5f8d98e4e1c73c7d898fe772c (patch) | |
tree | 827d7af3f0253df6133e94a2eb4d1cb37f7c4c51 /Mk | |
parent | cae8fe87cc5f9861a6b04024a7c40f7954234e07 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index b9d752ac9fcd..aa9ef6cc526a 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= 45 -_GECKO_VERSIONS= 45 +_GECKO_DEFAULT_VERSION= 52 +_GECKO_VERSIONS= 52 _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 -45_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird +52_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird |