diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-02 01:42:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-02 01:42:30 +0000 |
commit | 74e1bc62bd8f8fedafe93ec3efc61be86e27f7ab (patch) | |
tree | 171dc9211a3eac82863466179ee9da413dd65f85 /Mk/Uses | |
parent | de9c4e7419895ae9d9b5c7eb7a5d4019b4640aa5 (diff) | |
download | ports-74e1bc62bd8f8fedafe93ec3efc61be86e27f7ab.tar.gz ports-74e1bc62bd8f8fedafe93ec3efc61be86e27f7ab.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 0fe851d03304..d7c236b90e50 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 49 +_GECKO_VERSIONS= 45 50 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -49_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |