aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2011-11-23 04:52:36 +0800
committerbeat <beat@FreeBSD.org>2011-11-23 04:52:36 +0800
commit9b31e9124cd7403bddce94a0f3c5c850f5b8bd2b (patch)
treea534dc577234e2a711f242471037bb0a5a5bafd0 /Mk/bsd.gecko.mk
parent7de9073bff06b9c05d508f2182881f024a18e336 (diff)
downloadfreebsd-ports-gnome-9b31e9124cd7403bddce94a0f3c5c850f5b8bd2b.tar.gz
freebsd-ports-gnome-9b31e9124cd7403bddce94a0f3c5c850f5b8bd2b.tar.zst
freebsd-ports-gnome-9b31e9124cd7403bddce94a0f3c5c850f5b8bd2b.zip
- Update SeaMonkey to 2.5
Approved by: portmgr (pav) Feature safe: yes
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index f32d5f8a7189..3bf00604af97 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -192,9 +192,9 @@ Gecko_Pre_Include= bsd.gecko.mk
# version 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 24+ 24
+# Available values: yes 25+ 25
# NOTE:
-# default value 24 is used in case of USE_SEAMONKEY=yes
+# default value 25 is used in case of USE_SEAMONKEY=yes
#
# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey.
# Available values: see USE_SEAMONKEY
@@ -295,12 +295,12 @@ USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD}
_SEAMONKEY_BUILD_DEPENDS= yes
.endif
-_SEAMONKEY_DEFAULT_VERSION= 24
-_SEAMONKEY_VERSIONS= 24
-_SEAMONKEY_RANGE_VERSIONS= 24+
+_SEAMONKEY_DEFAULT_VERSION= 25
+_SEAMONKEY_VERSIONS= 25
+_SEAMONKEY_RANGE_VERSIONS= 25+
-# For specifying [24, 20, ..]+
-_SEAMONKEY_24P= 24
+# For specifying [25, 20, ..]+
+_SEAMONKEY_25P= 25
# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
.if ${USE_SEAMONKEY} == "yes"
@@ -342,7 +342,7 @@ IGNORE= cannot install: unknown SeaMonkey version: seamonkey-${USE_SEAMONKEY:C
.endif
# Dependence lines for different SeaMonkey versions
-24_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+25_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
# Add dependencies
.if defined(USE_SEAMONKEY)