thrift: add description for with-libevent option

Closes Homebrew/homebrew#35683.
This commit is contained in:
Jack Nagel 2015-01-11 23:08:42 -05:00
parent 046934251b
commit 78e77811c7

View file

@ -42,6 +42,7 @@ class Thrift < Formula
option "with-java", "Install Java binding"
option "with-perl", "Install Perl binding"
option "with-php", "Install PHP binding"
option "with-libevent", "Install nonblocking server libraries"
depends_on "boost"
depends_on "openssl"