diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2022-11-10 08:29:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2022-11-10 08:29:40 +0000 |
commit | fd4bbc0814d37b02930ab287ba79c5d54f9b1620 (patch) | |
tree | 0a220ace9607901d343c1d12d481bb265f99d9e2 /mail/sendmail | |
parent | 84531028a86540f4e90c04180d1aef1fd9837fc1 (diff) | |
download | ports-fd4bbc0814d37b02930ab287ba79c5d54f9b1620.tar.gz ports-fd4bbc0814d37b02930ab287ba79c5d54f9b1620.zip |
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 9417d3c2b2b2..8682ebf569a4 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -14,6 +14,10 @@ LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON_libressl= fails to compile: unknown struct dh_st +BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl} + CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd USERS= smmsp |