svn commit: r488062 - head/mail/opensmtpd-devel

Dima Panov fluffy at FreeBSD.org
Sat Dec 22 03:44:38 UTC 2018


Author: fluffy
Date: Sat Dec 22 03:44:37 2018
New Revision: 488062
URL: https://svnweb.freebsd.org/changeset/ports/488062

Log:
  - Sorry, fix typo :(

Modified:
  head/mail/opensmtpd-devel/Makefile

Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile	Sat Dec 22 03:44:01 2018	(r488061)
+++ head/mail/opensmtpd-devel/Makefile	Sat Dec 22 03:44:37 2018	(r488062)
@@ -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:


More information about the svn-ports-all mailing list