summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-03 00:59:14 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-03 00:59:14 +0000
commit66003f07b9879fad054894bf47cbc8b64040b484 (patch)
treee0a2d253484fbefff166ad5c199e0d3cf274f3d3
parent450da612d28ea30a12d170d10f92f3bac415e786 (diff)
downloadpkgsrc-66003f07b9879fad054894bf47cbc8b64040b484.tar.gz
firefox: 98 requires nss>=3.75
-rw-r--r--www/firefox/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 177bb235567..6d3bbb86dbe 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.227 2022/03/01 18:06:42 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.228 2022/04/03 00:59:14 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -197,7 +197,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.32
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.74
+BUILDLINK_API_DEPENDS.nss+= nss>=3.75
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"