diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-09-25 21:21:33 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-09-25 21:21:33 +0000 |
commit | eede029c1b1c251685c6f8a0dcfec9ea584538f1 (patch) | |
tree | c7b43ae315cb4954e82b6dec4f4a31821e73a587 /multimedia/librespot | |
parent | 8814b01d9e43c34ce49b787abb50b9d4004f264f (diff) | |
download | freebsd-ports-eede029c1b1c251685c6f8a0dcfec9ea584538f1.zip |
Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship Cargo
Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the
port revision in the 1.19.0_2 commit.
Reported by: jbeich@
Diffstat (limited to 'multimedia/librespot')
-rw-r--r-- | multimedia/librespot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 906eaa4587a0..55d01194951e 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= tries to clone git repository during build phase -BUILD_DEPENDS= rust>=1.19.0:lang/rust \ +BUILD_DEPENDS= rust>=1.19.0_2:lang/rust \ portaudio>0:audio/portaudio USES= localbase pathfix pkgconfig shebangfix |