summaryrefslogtreecommitdiffstats
path: root/http/seamonkey/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'http/seamonkey/DEPENDS')
-rwxr-xr-xhttp/seamonkey/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 6a71a7a68e..0744963637 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -6,19 +6,19 @@ depends libidl &&
depends libxft &&
depends nspr &&
-if spell_ok nspr && is_version_less $(installed_version nspr) 4.9; then
+if spell_ok nspr && is_version_less $(installed_version nspr) 4.9.2; then
force_depends nspr
fi &&
depends -sub 3.13.x nss &&
-if spell_ok nss && is_version_less $(installed_version nss) 3.13.2; then
+if spell_ok nss && is_version_less $(installed_version nss) 3.13.5; then
force_depends nss
fi &&
depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY" sqlite &&
-if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.12.1; then
+if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.13; then
force_depends sqlite
fi &&