diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-22 13:42:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-22 13:42:26 +0800 |
commit | d82425066c6fa8a5542515f2cf89ec0113944259 (patch) | |
tree | 8e81da7a74169d3aed55d5f9cdc0e93613f09fa7 /security/openssl | |
parent | 30fb8d5bbafbe4490f4a04f664b3991d0a84b2ad (diff) | |
download | freebsd-ports-gnome-d82425066c6fa8a5542515f2cf89ec0113944259.tar.gz freebsd-ports-gnome-d82425066c6fa8a5542515f2cf89ec0113944259.tar.zst freebsd-ports-gnome-d82425066c6fa8a5542515f2cf89ec0113944259.zip |
- WITH_SCTP does not buuild on 7.1
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 e86cab424bb0..1f8d769eff0a 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -878,7 +878,7 @@ EXTRACONFIGURE+= zlib .endif .if defined(WITH_SCTP) -.if ${OSVERSION} >= 700000 +.if ${OSVERSION} >= 702000 PATCHFILES+= tls-extractor.patch \ abbreviated-renegotiation.patch \ dtls-sctp.patch |