diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-05-25 16:11:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-05-25 16:11:00 +0000 |
commit | c784ee57d68ca978551ab9ccf6c74a57bea3becb (patch) | |
tree | 8607a195c63b17d853407e2b86afdfa3dc0fa89b | |
parent | New port: devel/clazy (diff) |
www/firefox: bump required cbindgen after r501604
Reported by: Mikaƫl Urankar
Notes
Notes:
svn path=/head/; revision=502585
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 406ceb679f6b..32dbb54756bc 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -111,7 +111,7 @@ MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}" .endif .if ${MOZILLA_VER:R:R} >= 63 -BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindgen \ +BUILD_DEPENDS+= rust-cbindgen>=0.8.2:devel/rust-cbindgen \ node:www/node .endif |