1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

www/firefox: require more recent icu/rust after r490910/r501604

This commit is contained in:
Jan Beich 2019-05-25 11:51:02 +00:00
parent 19cddac6dc
commit 0d31b9184d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502566
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ post-patch-SNDIO-on:
.endif
.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.30:lang/${RUST_DEFAULT}
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.32:lang/${RUST_DEFAULT}
. if ${MOZILLA_VER:R:R} < 54
MOZ_OPTIONS+= --enable-rust
. endif

View File

@ -15,7 +15,7 @@ COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.21:devel/nspr \
nss>=3.43:security/nss \
icu>=59.1,1:devel/icu \
icu>=63.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=2.3.1:print/harfbuzz \
graphite2>=1.3.13:graphics/graphite2 \