diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-11-07 05:15:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-11-07 05:15:35 +0800 |
commit | 3c81baace68bacf4c9cbd276667d48c7f4aa6192 (patch) | |
tree | 33954d4d4544e65759cac1ca92217e16e7e6c57b /security/openssl | |
parent | 3363a25ae6bb1b4e79082d3210c206114c04225d (diff) | |
download | freebsd-ports-gnome-3c81baace68bacf4c9cbd276667d48c7f4aa6192.tar.gz freebsd-ports-gnome-3c81baace68bacf4c9cbd276667d48c7f4aa6192.tar.zst freebsd-ports-gnome-3c81baace68bacf4c9cbd276667d48c7f4aa6192.zip |
- improve message for option WITH_SCTP
PR: 140153
Submitted by: Paul J Murphy
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |