diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-07 09:26:05 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-07 10:04:09 +0200 |
commit | 905b1bd86fd5a0a40ce912c5d96992303a05aa62 (patch) | |
tree | ff03bb0982e533bf645adfe0b17881388f06b2e4 /multimedia/librespot | |
parent | 83d8cc195d9f54e71ee8841970f955b331da7249 (diff) | |
download | freebsd-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 'multimedia/librespot')
-rw-r--r-- | multimedia/librespot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index b451afca17ca..8a1abee4af60 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -45,8 +45,6 @@ TREMOR_VARS= CARGO_FEATURES+=with-tremor VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_VARS= CARGO_FEATURES+=with-vorbis -.include "Makefile.crates" - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/librespot |