aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-02-21 06:32:32 +0800
committerflo <flo@FreeBSD.org>2013-02-21 06:32:32 +0800
commit08119627acb9e982006976f7480c78363c48457f (patch)
treec42dfa54900c1dc3907349bf0ae7da036c35cbe7 /Mk/bsd.gecko.mk
parent9d04c677462839604dd53632cb52a66e839cbae2 (diff)
downloadfreebsd-ports-gnome-08119627acb9e982006976f7480c78363c48457f.tar.gz
freebsd-ports-gnome-08119627acb9e982006976f7480c78363c48457f.tar.zst
freebsd-ports-gnome-08119627acb9e982006976f7480c78363c48457f.zip
- update to 2.16
- add DuckDuckGo search plugin [1] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1] In collaboration with: Jan Beich <jbeich@tormail.org>
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 b37b3163ce01..e2d261f681ad 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -190,9 +190,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 15+ 15
+# Available values: yes 16+ 16
# NOTE:
-# default value 15 is used in case of USE_SEAMONKEY=yes
+# default value 16 is used in case of USE_SEAMONKEY=yes
#
# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey.
# Available values: see USE_SEAMONKEY
@@ -294,12 +294,12 @@ USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD}
_SEAMONKEY_BUILD_DEPENDS= yes
.endif
-_SEAMONKEY_DEFAULT_VERSION= 15
-_SEAMONKEY_VERSIONS= 15
-_SEAMONKEY_RANGE_VERSIONS= 15+
+_SEAMONKEY_DEFAULT_VERSION= 16
+_SEAMONKEY_VERSIONS= 16
+_SEAMONKEY_RANGE_VERSIONS= 16+
-# For specifying [15, ..]+
-_SEAMONKEY_15P= 15
+# For specifying [16, ..]+
+_SEAMONKEY_16P= 16
# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
.if ${USE_SEAMONKEY} == "yes"
@@ -341,7 +341,7 @@ IGNORE= cannot install: unknown SeaMonkey version: seamonkey-2.${USE_SEAMONKEY
.endif
# Dependence lines for different SeaMonkey versions
-15_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+16_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
# Add dependencies
.if defined(USE_SEAMONKEY)