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 | |
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>
-rw-r--r-- | Mk/Uses/gecko.mk | 2 | ||||
-rw-r--r-- | www/firefox-i18n/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 3ff7faf846e9..44314f32a03d 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -14,7 +14,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,33 +USES= zip:infozip gecko:firefox,32 USE_XPI= firefox linux-firefox NO_ARCH= yes |