diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-12 08:11:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-12 08:11:42 +0000 |
commit | 1321047edd7fa1a29356ce39c2bd54b6646a999d (patch) | |
tree | b7f2cdef8af04df07c05ff021458a70771e544aa /Mk/bsd.options.desc.mk | |
parent | - change Created by email to FreeBSD.org (diff) |
- Add shared CYASSL, NSS and POLARSSL descriptions
Notes
Notes:
svn path=/head/; revision=322819
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 3d51aafc316f..d91a8aa5aaa9 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -51,6 +51,7 @@ CUE_DESC?= Embedded CUE sheets support CUPS_DESC?= CUPS printing system support CURL_DESC?= Data transfer support via cURL CXX_DESC?= C++ support +CYASSL_DESC?= SSL/TLS support via CyaSSL DAGRAB_DESC?= CD ripping support (dagrab) DATA_DESC?= Install data files DBM_DESC?= DBM support @@ -321,6 +322,7 @@ NLS_DESC?= Native Language Support NMAP_DESC?= NMAP support NNTP_DESC?= NNTP (News) support NOTIFY_DESC?= Startup notification support +NSS_DESC?= SSL/TLS support via NSS NTLM_DESC?= NTLM authentication support NUMPY_DESC?= NumPy mathematical computing support OBJC_DESC?= Objective C support @@ -353,6 +355,7 @@ PIXBUF_DESC?= GDK-PixBuf library support PLUGINS_DESC?= Build and/or install plugins PNG_DESC?= PNG image format support PNM_DESC?= PNM image format support +POLARSSL_DESC?= SSL/TLS support via PolarSSL POPPLER_DESC?= PDF and PS file support PORTAUDIO_DESC?= PortAudio library support POSTGIS_DESC?= PostGIS support |