git: 7c411a7ff830 - main - irc/pounce: Unbreak with OpenSSL 3.0.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 May 2023 01:44:49 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c411a7ff8308a95ba7b8663aa2dd8a4beadd9d1

commit 7c411a7ff8308a95ba7b8663aa2dd8a4beadd9d1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:37:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000

    irc/pounce: Unbreak with OpenSSL 3.0.0
    
    Approved by:    portmgr (blanket)
---
 irc/pounce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index d91a2ce05954..18138ae04f9e 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -18,7 +18,7 @@ CFLAGS+=	-D'OPENSSL_BIN=\"${OPENSSL_BIN}\"'
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl
+.if ${SSL_DEFAULT} != libressl
 LIB_DEPENDS+=	libtls.so:security/libretls
 .endif