diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-07 04:01:59 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-07 04:01:59 +0800 |
commit | 65087871fe5ea1019d4a54dc7ca42c2aa2d0ea12 (patch) | |
tree | 5be7e8eba899acf4a5f52882c94beef5d30137ab /Mk | |
parent | 40440d694d6a5a1f077ed3d5a6ac568609d18837 (diff) | |
download | freebsd-ports-gnome-65087871fe5ea1019d4a54dc7ca42c2aa2d0ea12.tar.gz freebsd-ports-gnome-65087871fe5ea1019d4a54dc7ca42c2aa2d0ea12.tar.zst freebsd-ports-gnome-65087871fe5ea1019d4a54dc7ca42c2aa2d0ea12.zip |
www/firefox: update to 41.0
PR: 203384
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
MFH: 2014Q4
Security: 2d56c7f4-b354-428f-8f48-38150c607a05
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index b1d2de2b7188..0902f78c8a08 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 40 +_GECKO_VERSIONS= 38 41 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -40_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +41_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |