diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-07 07:26:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-07 08:04:09 +0000 |
commit | 905b1bd86fd5a0a40ce912c5d96992303a05aa62 (patch) | |
tree | ff03bb0982e533bf645adfe0b17881388f06b2e4 /net-p2p | |
parent | 83d8cc195d9f54e71ee8841970f955b331da7249 (diff) | |
download | ports-905b1bd86fd5a0a40ce912c5d96992303a05aa62.tar.gz ports-905b1bd86fd5a0a40ce912c5d96992303a05aa62.zip |
Uses/cargo: Try to load Makefile.crates
Some ports stash the `make cargo-crates` output there which might as
well be supported by USES=cargo.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/openethereum/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index 626bf34e4fd2..3dc186f64349 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -21,8 +21,6 @@ CARGO_TEST= yes RUSTFLAGS+= -C link-arg=-fuse-ld=lld -.include "${.CURDIR}/Makefile.crates" - CARGO_GIT_SUBDIR= rethutil:reth-util:crates/util post-install: |