summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-01-10 07:21:08 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-01-10 07:21:08 +0000
commit60923bf40f00575ba07c8617a9344798e21a6403 (patch)
treeb82b3c6df77087e7578d64a7cc1d88afcedd12e0 /www
parent8884725314d06bc57e5df7d4ea69870a4a3bf93e (diff)
downloadpkgsrc-60923bf40f00575ba07c8617a9344798e21a6403.tar.gz
firefox: update minimum dependency versions for 72.0.1
NSPR >= 4.24 and NSS >= 3.48 are now required. (Rust is unchanged at >= 1.37.)
Diffstat (limited to 'www')
-rw-r--r--www/firefox/mozilla-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 7ded63cc95c..3198a26ee2b 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.147 2019/12/04 05:13:56 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.148 2020/01/10 07:21:08 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -209,10 +209,10 @@ PLIST_SUBST+= DLL_SUFFIX=".so"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.23
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.24
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.47.1
+BUILDLINK_API_DEPENDS.nss+= nss>=3.48
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"