Date: Sat, 10 Sep 2016 21:29:29 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421744 - head/mail/qpopper Message-ID: <201609102129.u8ALTTJ7029622@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 10 21:29:29 2016 New Revision: 421744 URL: https://svnweb.freebsd.org/changeset/ports/421744 Log: mail/qpopper: Move SSL requirement so it actually works Approved by: SSL blanket Modified: head/mail/qpopper/Makefile Modified: head/mail/qpopper/Makefile ============================================================================== --- head/mail/qpopper/Makefile Sat Sep 10 21:20:53 2016 (r421743) +++ head/mail/qpopper/Makefile Sat Sep 10 21:29:29 2016 (r421744) @@ -59,6 +59,8 @@ U_OPTION_DESC= include support for user OPTIONS_DEFAULT= APOP SSL U_OPTION OPTION_SUB= yes +SSL_USES= ssl + .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MAPOP) @@ -124,7 +126,6 @@ USE_RC_SUBR= ${PORTNAME} # The default is to build without SSL/TLS support. .if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102129.u8ALTTJ7029622>