svn commit: r423451 - head/mail/mpop

Jan Beich jbeich at FreeBSD.org
Fri Oct 7 06:25:44 UTC 2016


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


More information about the svn-ports-all mailing list