Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 03:44:37 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488062 - head/mail/opensmtpd-devel
Message-ID:  <201812220344.wBM3ib9e045318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220344.wBM3ib9e045318>