From 3c81baace68bacf4c9cbd276667d48c7f4aa6192 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 6 Nov 2009 21:15:35 +0000 Subject: - improve message for option WITH_SCTP PR: 140153 Submitted by: Paul J Murphy --- security/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 9917e64ad2ca..aa6e5828e197 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -888,7 +888,7 @@ EXTRACONFIGURE+= zlib .endif .if defined(WITH_SCTP) -BROKEN= No patchset for 0.9.8 +BROKEN= No SCTP patchset for 0.9.8 (turn off WITH_SCTP to build 0.9.8) .if ${OSVERSION} >= 702000 PATCHFILES+= tls-extractor.patch \ abbreviated-renegotiation.patch \ -- cgit