From b55eb5dafc0cab94a8b4d9d8882ab7464a541302 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 18 Jan 2021 12:39:39 +0000 Subject: [PATCH] mail/mpop: decouple LIBTLS from LibreSSL PR: 252804 Approved by: nc (maintainer) --- mail/mpop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 132f0443aaee..b25ea5aae852 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -35,7 +35,7 @@ LIBSECRET_DESC= GNOME password management LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret LIBSECRET_CONFIGURE_WITH= libsecret LIBTLS_DESC= SSL/TLS support via libtls -LIBTLS_LIB_DEPENDS= libtls.so:security/libressl +LIBTLS_LIB_DEPENDS= libtls.so:security/${"${SSL_DEFAULT:Mlibressl*}":?libressl:libretls} LIBTLS_CONFIGURE_ON= --with-tls=libtls NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls