Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 06:25:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423451 - head/mail/mpop
Message-ID:  <201610070625.u976Phjl083776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Oct  7 06:25:43 2016
New Revision: 423451
URL: https://svnweb.freebsd.org/changeset/ports/423451

Log:
  mail/mpop: switch to USES=ssl

Modified:
  head/mail/mpop/Makefile   (contents, props changed)

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Fri Oct  7 06:16:55 2016	(r423450)
+++ head/mail/mpop/Makefile	Fri Oct  7 06:25:43 2016	(r423451)
@@ -36,7 +36,7 @@ LIBSECRET_LIB_DEPENDS=	libsecret-1.so:se
 LIBSECRET_CONFIGURE_WITH=	libsecret
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
-OPENSSL_USE=		openssl=yes
+OPENSSL_USES=		ssl
 OPENSSL_CONFIGURE_ENV=	${OPENSSLINC:M/usr/include:C,.+,libssl_CFLAGS=" ",} \
 			${OPENSSLLIB:M/usr/lib:C,.+,libssl_LIBS="-lssl -lcrypto",}
 OPENSSL_CONFIGURE_ON=	--with-tls=openssl



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