diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-06-20 08:22:05 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-06-20 08:22:05 +0800 |
commit | d623046854c9d6f5062710279703e957ddf5dd32 (patch) | |
tree | ec944312130946744c46c30fb7feaf399b6a589d /Mk | |
parent | 1ffba2ac4cb0152f6bea9c944279dd0c9b399151 (diff) | |
download | freebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.tar.gz freebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.tar.zst freebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.zip |
www/firefox-esr: update to 60.1.0
Changes: https://www.mozilla.org/firefox/60.1.0/releasenotes/
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 00f418c7a7d8..5cf120e5b794 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -36,12 +36,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 61 +_GECKO_DEFAULT_VERSION= 60 +_GECKO_VERSIONS= 60 61 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr +60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr 61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) |