summaryrefslogtreecommitdiffstats
path: root/crypto/nss/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss/DEPENDS')
-rwxr-xr-xcrypto/nss/DEPENDS7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/nss/DEPENDS b/crypto/nss/DEPENDS
index 489833f15c..42d9991bf7 100755
--- a/crypto/nss/DEPENDS
+++ b/crypto/nss/DEPENDS
@@ -1,4 +1,9 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends nspr &&
depends perl &&
depends sqlite &&
-depends zip
+
+if is_version_less 3.14 "$NSS_BRANCH"; then
+ depends zlib
+fi