aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2015-01-14 16:06:43 +0800
committerbeat <beat@FreeBSD.org>2015-01-14 16:06:43 +0800
commit3e3f0da5940bf1a6acb5bec38663e8c64abdb6ab (patch)
tree765357df2fbaa48356ce21607d5cc39741229da2 /Mk/Uses
parent632edd42743a72064d17dac018f6a440bccdde26 (diff)
downloadfreebsd-ports-gnome-3e3f0da5940bf1a6acb5bec38663e8c64abdb6ab.tar.gz
freebsd-ports-gnome-3e3f0da5940bf1a6acb5bec38663e8c64abdb6ab.tar.zst
freebsd-ports-gnome-3e3f0da5940bf1a6acb5bec38663e8c64abdb6ab.zip
- Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0 - Update Firefox to 35.0 - Update Firefox ESR to 31.4.0 - Update libxul to 31.4.0 Submitted by: Jan Beich MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
Diffstat (limited to 'Mk/Uses')
-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 9ba9842c047f..8d071366bd3a 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul
.elif ${gecko_ARGS:Mfirefox}
_GECKO_DEFAULT_VERSION= 31
-_GECKO_VERSIONS= 31 34
+_GECKO_VERSIONS= 31 35
_GECKO_TYPE= firefox
# Dependence lines for different Firefox versions
31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
-34_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
+35_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
.if exists(${LOCALBASE}/bin/firefox)
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null