diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-30 19:33:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-30 19:33:28 +0800 |
commit | da7b67a06628aaee1cac3bbc855b0c7e38aa6a95 (patch) | |
tree | 88aa8f3bb84786cc6eb124a656096abee6593b4b | |
parent | d6d63f164c9fb0d7eec5cd3f3c6162298ca19a49 (diff) | |
download | freebsd-ports-gnome-da7b67a06628aaee1cac3bbc855b0c7e38aa6a95.tar.gz freebsd-ports-gnome-da7b67a06628aaee1cac3bbc855b0c7e38aa6a95.tar.zst freebsd-ports-gnome-da7b67a06628aaee1cac3bbc855b0c7e38aa6a95.zip |
- update descripitions
PR: 169464
Submitted by: CyberRax
- shorter desc for options
-rw-r--r-- | security/openssl/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 414d23a41e8c..50e4b3341179 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -28,17 +28,17 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM ZLIB SCTP MD2 NO_OPTIONS_SORT=yes -I386_DESC?= Use optimized assembler for x86 -SSE2_DESC?= Enable runtime SSE2 detection -ASM_DESC?= Enable optimized Assembler code -PADLOCK_DESC?= Enable VIA Padlock support -SHARED_DESC?= Enable build of shared libs -ZLIB_DESC?= Enable zlib compression support -SCTP_DESC?= Enable SCTP protocol support -MD2_DESC?= Enable MD2 hash (obsolete) -RC5_DESC?= Enable C5 chipher (patented) -RFC3779_DESC?= Enable RFC3779 support -GMP_DESC?= Enable gmp support (LGPLv3) +I386_DESC?= Optimize for i386 (instead of i486+) +SSE2_DESC?= runtime SSE2 detection +ASM_DESC?= optimized Assembler code +PADLOCK_DESC?= VIA Padlock support +SHARED_DESC?= build of shared libs +ZLIB_DESC?= zlib compression support +SCTP_DESC?= SCTP protocol support +MD2_DESC?= MD2 hash (obsolete) +RC5_DESC?= RC5 chipher (patented) +RFC3779_DESC?= RFC3779 support +GMP_DESC?= gmp support (LGPLv3) MAKE_JOBS_UNSAFE= yes NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch |