diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-09 17:51:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-09 17:51:05 +0800 |
commit | 38214125330f6a54add4435d4c5597c285e94ea6 (patch) | |
tree | bb67db504736d0803c7404248f8bcb27ad4020a5 /Mk | |
parent | b37e5a5bd8892dacf695ed57655647a517f01fee (diff) | |
download | freebsd-ports-gnome-38214125330f6a54add4435d4c5597c285e94ea6.tar.gz freebsd-ports-gnome-38214125330f6a54add4435d4c5597c285e94ea6.tar.zst freebsd-ports-gnome-38214125330f6a54add4435d4c5597c285e94ea6.zip |
Finish bringing 32.0
Submitted by: Piotr Kubaj <pkubaj@riseup.net>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 2c9854285c23..e66929de0d00 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -44,7 +44,7 @@ _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -33_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +32_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |