diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 21:29:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 21:29:29 +0000 |
commit | f352d8a683612a1f3780a07840c17f51ae0a19ac (patch) | |
tree | aceec5ad8d098ead413b961fba73969f5f8c70ca /mail/qpopper | |
parent | mail/qmail-dk: document SSL requirement and support its configuration (diff) |
mail/qpopper: Move SSL requirement so it actually works
Approved by: SSL blanket
Notes
Notes:
svn path=/head/; revision=421744
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index a465db8a723d..6843e3f6351d 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -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 |