mail/qpopper: Move SSL requirement so it actually works

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-10 21:29:29 +00:00
parent e3fd3d7cb8
commit f352d8a683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421744

View file

@ -59,6 +59,8 @@ U_OPTION_DESC= include support for user .qpopper-options
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