diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 14:01:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 16:19:57 +0000 |
commit | 2be10220bd87958c9a47fbab2d7bb50363685539 (patch) | |
tree | 153fc9fcdffac1b9dc0e2526ebce7dabccef9f9c | |
parent | 4ce5f013320a844bc1973e5948ce569dea4a4986 (diff) |
audio/spotify-tui: Mark BROKEN_SSL
- Fails to detect with OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
-rw-r--r-- | audio/spotify-tui/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 3250ec489c2d..7de33db45550 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/Rigellute/spotify-tui LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later + USES= cargo localbase:ldflags python:3.6+,build ssl xorg USE_GITHUB= yes GH_ACCOUNT= Rigellute |