diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-04 00:59:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-04 00:59:20 +0000 |
commit | 05ef758a20838f14d80129f3f7deffd8308a10ad (patch) | |
tree | 8a73be1bb43c0f5f3eb56d1f8645eddd33da2503 | |
parent | www/firefox: update to 64.0 (diff) |
www/firefox: adjust required NSS version (after b14->rc1)
Notes
Notes:
svn path=/head/; revision=486574
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d7b7bb09f031..207fc32fed2d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -13,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.40:security/nss \ + nss>=3.40.1:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=1.9.0:print/harfbuzz \ |