git: 095e5fb51676 - main - www/firefox: fix nss dependency

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 20:05:51 UTC
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=095e5fb5167603c2770bbcb77d2fc89352c07a3c

commit 095e5fb5167603c2770bbcb77d2fc89352c07a3c
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-09-13 20:05:17 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-09-13 20:05:17 +0000

    www/firefox: fix nss dependency
---
 www/firefox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index b527c8c9f908..9da03938170e 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Web browser based on the browser portion of Mozilla
 WWW=		https://www.mozilla.com/firefox
 
 BUILD_DEPENDS=	nspr>=4.32:devel/nspr \
-		nss>=3.81:security/nss \
+		nss>=3.82:security/nss \
 		icu>=71.1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=4.4.1:print/harfbuzz \