mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
mail/qpopper: Move SSL requirement so it actually works
Approved by: SSL blanket
This commit is contained in:
parent
e3fd3d7cb8
commit
f352d8a683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421744
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue