From e834d6e9a90ec1f476a4087238566f52cd693b65 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sat, 22 Dec 2018 03:21:16 +0000 Subject: - Unbreak on 12+ with SSL_DEFAULT=libressl[-devel] Submitted by: gahr --- mail/opensmtpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/opensmtpd') 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 -.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 -- cgit v1.2.3