aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-11 05:29:29 +0800
committermarino <marino@FreeBSD.org>2016-09-11 05:29:29 +0800
commit2565c705e6c605034b98cfd762476187f7ffec08 (patch)
treeaceec5ad8d098ead413b961fba73969f5f8c70ca /mail
parentac2c3114a53793e8ea633a8e3898403a8c8aa399 (diff)
downloadfreebsd-ports-gnome-2565c705e6c605034b98cfd762476187f7ffec08.tar.gz
freebsd-ports-gnome-2565c705e6c605034b98cfd762476187f7ffec08.tar.zst
freebsd-ports-gnome-2565c705e6c605034b98cfd762476187f7ffec08.zip
mail/qpopper: Move SSL requirement so it actually works
Approved by: SSL blanket
Diffstat (limited to 'mail')
-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