diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 09:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 09:51:05 +0000 |
commit | 982231ed456b4a86738907add6c31048db48d641 (patch) | |
tree | bb67db504736d0803c7404248f8bcb27ad4020a5 /Mk | |
parent | f9a5b4fd695aab79a593d6924236a239230a3571 (diff) | |
download | ports-982231ed456b4a86738907add6c31048db48d641.tar.gz ports-982231ed456b4a86738907add6c31048db48d641.zip |
Notes
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 |