From 2be10220bd87958c9a47fbab2d7bb50363685539 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 3 May 2023 16:01:41 +0200 Subject: [PATCH] audio/spotify-tui: Mark BROKEN_SSL - Fails to detect with OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- audio/spotify-tui/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 3250ec489c2d5..7de33db455508 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