aboutsummaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 21:29:29 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 21:29:29 +0000
commitf352d8a683612a1f3780a07840c17f51ae0a19ac (patch)
treeaceec5ad8d098ead413b961fba73969f5f8c70ca /mail/qpopper
parente3fd3d7cb8ff5ecb96de1e1f08538fdf122ac07b (diff)
downloadports-f352d8a683612a1f3780a07840c17f51ae0a19ac.tar.gz
ports-f352d8a683612a1f3780a07840c17f51ae0a19ac.zip
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/Makefile3
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