diff options
author | Jase Thew <jase@FreeBSD.org> | 2012-06-10 17:16:07 +0000 |
---|---|---|
committer | Jase Thew <jase@FreeBSD.org> | 2012-06-10 17:16:07 +0000 |
commit | fb9653ff5bae2b435b4d40d218c909d1bd264dee (patch) | |
tree | ac7f9d97be08d953b5ddaa03f95aa64c5346267c /Mk | |
parent | d0a3c19276ff5b119624b999c11f8df8d40ef200 (diff) |
- Add descriptions for ASPELL and GNUTLS.
Approved by: flo (mentor)
Notes
Notes:
svn path=/head/; revision=298964
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 9d38a4093dd0..9d5bcf628ce5 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -15,6 +15,7 @@ APACHE_DESC?= Enable Apache server APE_DESC?= Enable Monkey's Audio support ARCHIVE_DESC?= Support bzip2/zip/iso9660 archive ARTS_DESC?= Enable Arts audio system support +ASPELL_DESC?= Enable spell checking via Aspell ASSERT_DESC?= Enable debug assertions AVAHI_DESC?= Support Zeroconf through Avahi BDB1_DESC?= Enable Berkeley DB 1.85 support @@ -60,6 +61,7 @@ GNOME_DESC?= Enable GNOME Desktop support GNOMEVFS2_DESC?= Enable GnomeVFS2 support GNUPG_DESC?= Enable GNU Privacy Guard support GNUPLOT_DESC?= Enable plotting using gnuplot +GNUTLS_DESC?= Enable SSL/TLS support via GnuTLS GOGO_DESC?= Enable gogo mp3 encoder GRAPHVIZ_DESC?= Enable Graphviz support GRASS_DESC?= Enable GRASS support |