diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-05-26 21:25:56 +0000 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-05-26 21:25:56 +0000 |
| commit | eed9353afa2ee4a61dd44b40b66e18130f9c27b0 (patch) | |
| tree | f75d70e5e364eff456c95a8bcf26a6d59d188304 | |
| parent | 41f14d10282468dc92f91ee1c1a046b6b95bbdb5 (diff) | |
www/firefox: fix icu dependency version
and add a warning not to mfh this until quarterly catches up
| -rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 31fd09b9e751..a2d323dde97a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -11,9 +11,10 @@ DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla +# Attention: 2022Q2 is still on icu 70 and uses the embedded ICU BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.78:security/nss \ - icu>=70.1:devel/icu \ + icu>=71.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=4.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ |
