diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2018-12-22 03:21:16 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2018-12-22 03:21:16 +0000 |
commit | e834d6e9a90ec1f476a4087238566f52cd693b65 (patch) | |
tree | b03a7966fd285d7fe60b49e6b869a1f27badce6c /mail/opensmtpd | |
parent | 2570d378ae82d50a74a917a6c34861e5228fc018 (diff) | |
download | ports-e834d6e9a90ec1f476a4087238566f52cd693b65.tar.gz ports-e834d6e9a90ec1f476a4087238566f52cd693b65.zip |
Notes
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r-- | mail/opensmtpd/Makefile | 4 |
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 |