aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-09-13 20:05:17 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-09-13 20:06:59 +0000
commitf98586797e22fd63a275b30e9aa19b73281a32e6 (patch)
tree8ca7d42f8a8058d998d155a02da3155491be7378
parent576cea18f2b88b8a2a209c6baeee8bd785576b81 (diff)
downloadports-f98586797e22fd63a275b30e9aa19b73281a32e6.tar.gz
ports-f98586797e22fd63a275b30e9aa19b73281a32e6.zip
www/firefox: fix nss dependency
(cherry picked from commit 095e5fb5167603c2770bbcb77d2fc89352c07a3c)
-rw-r--r--www/firefox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 02d65435bf3f..d2a177806012 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
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 \