diff options
author | danfe <danfe@FreeBSD.org> | 2012-11-15 22:36:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-11-15 22:36:42 +0800 |
commit | dd5088afad73c720ddbf3012ed6a1cfb91305835 (patch) | |
tree | 3e464fb1aa40ba47ab37a1a32fba0005374d7b17 | |
parent | 91a1e9196bbeef60995d572e908519dce0b87104 (diff) | |
download | freebsd-ports-gnome-dd5088afad73c720ddbf3012ed6a1cfb91305835.tar.gz freebsd-ports-gnome-dd5088afad73c720ddbf3012ed6a1cfb91305835.tar.zst freebsd-ports-gnome-dd5088afad73c720ddbf3012ed6a1cfb91305835.zip |
Add SOCKS and STROKE options standard descriptions.
Feature safe: yes
-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 a8f6a055ca65..0cb560e74a48 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -276,6 +276,7 @@ SMB_DESC?= SMB protocol SNAPPY_DESC?= Snappy compression library SNDFILE_DESC?= libsndfile support SNMP_DESC?= SNMP protocol +SOCKS_DESC?= SOCKS proxy support SOUND_DESC?= Sound (audio) SPANDSP_DESC?= Spandsp faxing SPEEX_DESC?= Speex audio format @@ -287,6 +288,7 @@ SSH_DESC?= SSH protocol SSL_DESC?= SSL protocol STATIC_DESC?= Build static executables/libraries STRIP_DESC?= Strip binaries before installation +STROKE_DESC?= Mouse gestures support via libstroke SVG_DESC?= SVG vector image format SVGALIB_DESC?= SVGA graphics SVN_DESC?= Subversion support |