www/firefox: Restore rust dependency version.
Rust 1.36.0 is enough to build for now. Reviewed and Tested by: gutteridge@
This commit is contained in:
parent
5e405a384b
commit
74fe2fabcb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mozilla-common.mk,v 1.144 2019/11/19 11:32:20 fox Exp $
|
||||
# $NetBSD: mozilla-common.mk,v 1.145 2019/11/23 22:31:58 fox Exp $
|
||||
#
|
||||
# common Makefile fragment for mozilla packages based on gecko 2.0.
|
||||
#
|
||||
|
@ -227,7 +227,7 @@ BUILDLINK_DEPMETHOD.clang= build
|
|||
BUILDLINK_API_DEPENDS.clang+= clang>=6.0.1nb1
|
||||
.include "../../lang/clang/buildlink3.mk"
|
||||
BUILDLINK_DEPMETHOD.rust= build
|
||||
BUILDLINK_API_DEPENDS.rust+= rust>=1.38.0
|
||||
BUILDLINK_API_DEPENDS.rust+= rust>=1.36.0
|
||||
.include "../../lang/rust/buildlink3.mk"
|
||||
# webrtc option requires internal libvpx
|
||||
#BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0
|
||||
|
|
Loading…
Reference in a new issue