aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-08-03 22:33:41 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-08-03 22:33:41 +0000
commit103158b6e71bedaed47e2834f8dc4df59d0d16b4 (patch)
treeb65e865030a89a92edc59b6898a3abe775301392 /Mk
parentb2884ef76cee9e4106be3149cac1121d94304c18 (diff)
downloadports-103158b6e71bedaed47e2834f8dc4df59d0d16b4.tar.gz
ports-103158b6e71bedaed47e2834f8dc4df59d0d16b4.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index a681c06e9013..78faaa331a76 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -181,7 +181,7 @@ Gecko_Pre_Include= bsd.gecko.mk
# is given by the maintainer via the port or by the
# user via defined variable try to find the highest
# stable installed version.
-# Available values: yes 50+ 36+ 35+ 50 36 35
+# Available values: yes 50+ 36+ 50 36
# NOTE:
# default value 50 is used in case of USE_FIREFOX=yes
#
@@ -223,11 +223,10 @@ _FIREFOX_BUILD_DEPENDS= yes
.endif
_FIREFOX_DEFAULT_VERSION= 50
-_FIREFOX_VERSIONS= 50 36 35
-_FIREFOX_RANGE_VERSIONS= 50+ 36+ 35+
+_FIREFOX_VERSIONS= 50 36
+_FIREFOX_RANGE_VERSIONS= 50+ 36+
-# For specifying [36, 35, ..]+
-_FIREFOX_35P= 35 ${_FIREFOX_36P}
+# For specifying [36, ..]+
_FIREFOX_36P= 36 ${_FIREFOX_50P}
_FIREFOX_50P= 50
@@ -275,7 +274,6 @@ IGNORE= cannot install: unknown Firefox version: firefox-${USE_FIREFOX:C/([0-9
# Dependence lines for different Firefox versions
50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
36_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox36
-35_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35
# Add dependencies
.if defined(USE_FIREFOX)