diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-05 15:44:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-05 15:44:05 +0800 |
commit | e40e2a451d00419d3e7acf8af63548c0187edb1c (patch) | |
tree | 3609f4a0a2bdca8b0e136ec9cf79981953f72e1a /security/openssl/Makefile | |
parent | 51a9d4c4e4e5c6366cb65329655f530e2d2ae2cd (diff) | |
download | freebsd-ports-gnome-e40e2a451d00419d3e7acf8af63548c0187edb1c.tar.gz freebsd-ports-gnome-e40e2a451d00419d3e7acf8af63548c0187edb1c.tar.zst freebsd-ports-gnome-e40e2a451d00419d3e7acf8af63548c0187edb1c.zip |
- strip text for options
Reported by: Richard J. Dawes
Diffstat (limited to 'security/openssl/Makefile')
-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 47a050d68691..29f15019d0bf 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend OPTIONS= I386 "Use optimized assembler for 80386" off \ SSE2 "Use runtime SSE2 detection" on \ ZLIB "Build with zlib compression" on \ - DTLS_RENEGOTIATION "Build with DTLS Abbreviated renegotiations" off \ + DTLS_RENEGOTIATION "Build with DTLS Abbr. renegotiations" off \ DTLS_HEARTBEAT "Build with DTLS Heartbeat Extension" off \ TLS_EXTRACTOR "Build with TLS key material extractor" off \ SCTP "Build with SCTP support" off \ |