svn commit: r564666 - head/mail/mpop
Neel Chauhan
nc at FreeBSD.org
Sun Feb 7 23:40:48 UTC 2021
Author: nc
Date: Sun Feb 7 23:40:47 2021
New Revision: 564666
URL: https://svnweb.freebsd.org/changeset/ports/564666
Log:
mail/mpop: decouple LIBTLS from LibreSSL
PR: 252804
Submitted by: jbeich
Modified:
head/mail/mpop/Makefile
Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile Sun Feb 7 23:35:03 2021 (r564665)
+++ head/mail/mpop/Makefile Sun Feb 7 23:40:47 2021 (r564666)
@@ -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
More information about the svn-ports-head
mailing list