summaryrefslogtreecommitdiff
path: root/Mk/bsd.options.desc.mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-29 11:28:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-29 11:28:55 +0000
commit5fa4532a3eb5f20370335fed09153c7939aac8af (patch)
treef11cb9b42237cba4d373df215c52055a69559e5f /Mk/bsd.options.desc.mk
parentUpdate to 6.0.1 (diff)
Add shared RTSP, TELNET and TFTP descriptions
Notes
Notes: svn path=/head/; revision=460280
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r--Mk/bsd.options.desc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index fa49c9a2627a..4dbce107eb01 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -426,6 +426,7 @@ REGEX_DESC?= Regular expression support
RESIN3_DESC?= Resin 3.x support
RTMP_DESC?= RTMP protocol support via librtmp
RTMPDUMP_DESC?= RTMP protocol support via rtmpdump
+RTSP_DESC?= Real Time Streaming Protocol (RTSP) support
RUBY_DESC?= Ruby bindings or support
SAMPLERATE_DESC?= Sample rate conversion support
SANE_DESC?= SANE API scanner support
@@ -471,7 +472,9 @@ SYSLOG_DESC?= Syslog logging support
SZIP_DESC?= Szip compression support
TCL_DESC?= Tcl scripting language support
TCLTK_DESC?= Tcl/Tk GUI toolkit support
+TELNET_DESC?= Telnet support
TEST_DESC?= Build and/or run tests
+TFTP_DESC?= TFTP support
THEORA_DESC?= Ogg Theora video codec support
THREADS_DESC?= Threading support
TIDY_DESC?= Tidy HTML cleaner support