aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/opensmtpd-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile
index c1daf6c0fe90..bbe23f98e590 100644
--- a/mail/opensmtpd-devel/Makefile
+++ b/mail/opensmtpd-devel/Makefile
@@ -17,8 +17,8 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_SSL= openssl111
-BROKEN_SSL_REASON_openssl111= Incompatible with Openssl 1.1.x yet
+BROKEN_SSL= openssl
+BROKEN_SSL_REASON_openssl= Incompatible with Openssl 1.1.x yet
LIB_DEPENDS= libevent.so:devel/libevent
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \
.if ${OPSYS} == FreeBSD && \
((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
- (${SSL_DEFAULT} == "openssl111"))
+ (${SSL_DEFAULT} == "openssl"))
BROKEN= Incompatible with Openssl 1.1.x yet
.endif