Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 23:40:48 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564666 - head/mail/mpop
Message-ID:  <202102072340.117Nem3L036560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102072340.117Nem3L036560>