aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2014-02-19 17:25:23 +0800
committerbeat <beat@FreeBSD.org>2014-02-19 17:25:23 +0800
commitb4076110e98c2d256b78c211ad72f77f698728e8 (patch)
tree7525a79d607872c0adb1560d9ecdb99a3eed17f3 /Mk
parentb70089c14d7f12d55a6580cb9bf6882e37533ea8 (diff)
downloadfreebsd-ports-graphics-b4076110e98c2d256b78c211ad72f77f698728e8.tar.gz
freebsd-ports-graphics-b4076110e98c2d256b78c211ad72f77f698728e8.tar.zst
freebsd-ports-graphics-b4076110e98c2d256b78c211ad72f77f698728e8.zip
Update to 2.24
Submitted by: Jan Beich Security: http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html
Diffstat (limited to '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 04e12c57bb5..f21c11ac8ff 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -187,9 +187,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 23+ 23
+# Available values: yes 24+ 24
# NOTE:
-# default value 23 is used in case of USE_SEAMONKEY=yes
+# default value 24 is used in case of USE_SEAMONKEY=yes
#
# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey.
# Available values: see USE_SEAMONKEY
@@ -291,12 +291,12 @@ USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD}
_SEAMONKEY_BUILD_DEPENDS= yes
.endif
-_SEAMONKEY_DEFAULT_VERSION= 23
-_SEAMONKEY_VERSIONS= 23
-_SEAMONKEY_RANGE_VERSIONS= 23+
+_SEAMONKEY_DEFAULT_VERSION= 24
+_SEAMONKEY_VERSIONS= 24
+_SEAMONKEY_RANGE_VERSIONS= 24+
-# For specifying [23, ..]+
-_SEAMONKEY_23P= 23
+# For specifying [24, ..]+
+_SEAMONKEY_24P= 24
# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
.if ${USE_SEAMONKEY} == "yes"
@@ -338,7 +338,7 @@ IGNORE= cannot install: unknown SeaMonkey version: seamonkey-2.${USE_SEAMONKEY
.endif
# Dependence lines for different SeaMonkey versions
-23_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+24_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
# Add dependencies
.if defined(USE_SEAMONKEY)