diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-30 14:31:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-30 14:47:25 +0000 |
commit | 663eaaf8cc0514b6fd0a500c4b34cdf95d60a670 (patch) | |
tree | 9bb2b1157cf34a4d636481e65b618048969a4825 | |
parent | 1e36c8fc9d748c12c6c621a6b24e76c5cead3556 (diff) | |
download | ports-663eaaf8cc0514b6fd0a500c4b34cdf95d60a670.tar.gz ports-663eaaf8cc0514b6fd0a500c4b34cdf95d60a670.zip |
audio/spotify-tui: mark BROKEN
Approved by: portmgr blanket
-rw-r--r-- | audio/spotify-tui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index fd40aed96538..d55d3d5593c6 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -9,6 +9,8 @@ COMMENT= Spotify for the terminal written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not build: rust/crates/anyhow-1.0.38.tar.gz is not in /usr/ports/audio/spotify-tui/distinfo. + USES= cargo localbase:ldflags python:3.6+,build ssl xorg USE_GITHUB= yes GH_ACCOUNT= Rigellute |