diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-02-01 11:29:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-02-01 11:29:16 +0000 |
commit | 19e90836a20d4b71d1ec9d4be7c5d8f422037262 (patch) | |
tree | 077311327957be578ca926de47c7e3319ad0a9e8 /Mk/Uses | |
parent | b2dbfd17b7c9b0b1b94aaf1800de8cd6956075b3 (diff) | |
download | ports-19e90836a20d4b71d1ec9d4be7c5d8f422037262.tar.gz ports-19e90836a20d4b71d1ec9d4be7c5d8f422037262.zip |
Notes
Diffstat (limited to 'Mk/Uses')
-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 b5b0076033d8..524cb4df51d8 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 43 +_GECKO_VERSIONS= 38 44 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -43_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +44_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |