aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-10-07 04:01:59 +0800
committerswills <swills@FreeBSD.org>2015-10-07 04:01:59 +0800
commit816a2590d3f500dd1ee4f360c69e9291dc9262c2 (patch)
tree5be7e8eba899acf4a5f52882c94beef5d30137ab /Mk
parentfe73bc683cf444440162f717b74998b08c94a21b (diff)
downloadfreebsd-ports-gnome-816a2590d3f500dd1ee4f360c69e9291dc9262c2.tar.gz
freebsd-ports-gnome-816a2590d3f500dd1ee4f360c69e9291dc9262c2.tar.zst
freebsd-ports-gnome-816a2590d3f500dd1ee4f360c69e9291dc9262c2.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.mk4
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