aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2018-12-22 03:21:16 +0000
committerDima Panov <fluffy@FreeBSD.org>2018-12-22 03:21:16 +0000
commite834d6e9a90ec1f476a4087238566f52cd693b65 (patch)
treeb03a7966fd285d7fe60b49e6b869a1f27badce6c /mail/opensmtpd
parent2570d378ae82d50a74a917a6c34861e5228fc018 (diff)
downloadports-e834d6e9a90ec1f476a4087238566f52cd693b65.tar.gz
ports-e834d6e9a90ec1f476a4087238566f52cd693b65.zip
Notes
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r--mail/opensmtpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index dcdc3c793379..e7263cff8f4c 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -60,7 +60,9 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200084
+.if ${OPSYS} == FreeBSD && \
+ ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
+ (${SSL_DEFAULT} == "openssl111"))
BROKEN= Incompatible with Openssl 1.1.x yet
.endif