|
Lines 37-48
Link Here
|
| 37 |
.elif ${gecko_ARGS:Mfirefox} |
37 |
.elif ${gecko_ARGS:Mfirefox} |
| 38 |
|
38 |
|
| 39 |
_GECKO_DEFAULT_VERSION= 38 |
39 |
_GECKO_DEFAULT_VERSION= 38 |
| 40 |
_GECKO_VERSIONS= 38 41 |
40 |
_GECKO_VERSIONS= 38 42 |
| 41 |
_GECKO_TYPE= firefox |
41 |
_GECKO_TYPE= firefox |
| 42 |
|
42 |
|
| 43 |
# Dependence lines for different Firefox versions |
43 |
# Dependence lines for different Firefox versions |
| 44 |
38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr |
44 |
38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr |
| 45 |
41_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox |
45 |
42_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox |
| 46 |
|
46 |
|
| 47 |
.if exists(${LOCALBASE}/bin/firefox) |
47 |
.if exists(${LOCALBASE}/bin/firefox) |
| 48 |
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |
48 |
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |