aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2025-04-01 20:45:40 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2025-04-01 20:45:40 +0000
commit04391abc4905de9864418737a441543ab1f3f7b2 (patch)
tree99edc4c3d6df0e742877b1649d6dd61432402a01
parente78f6a1168991be92351f81f5a27e7639e900132 (diff)
-rw-r--r--www/firefox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 417283e6ea27..6aca57d36af2 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= firefox
DISTVERSION= 137.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
@@ -13,6 +13,7 @@ WWW= https://www.mozilla.com/firefox
BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nss>=3.109:security/nss \
+ icu>=76.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=10.1.0:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
@@ -31,8 +32,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \
USE_GECKO= gecko
CONFLICTS_INSTALL= firefox-esr
-# we have to use the builtin icu as devel/icu is too old on 2025Q1
-USE_MOZILLA= -icu -sqlite
+USE_MOZILLA= -sqlite
# work around bindgen not finding ICU, e.g.
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"