diff options
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 197de18fd8d8..5a644cfa7889 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ .if ${OPSYS} == FreeBSD && \ ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \ (${SSL_DEFAULT} == "openssl111")) -OBBROKEN= Incompatible with Openssl 1.1.x yet +BROKEN= Incompatible with Openssl 1.1.x yet .endif post-patch: |