diff options
| author | Jack Nagel | 2015-01-11 23:08:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-11 23:08:42 -0500 |
| commit | e7855835b2ee8a375be75e2cb5addf216cc988d6 (patch) | |
| tree | cb3488a777bd6e13a250c61c50e82dd2050aaee5 | |
| parent | 6b6791ff76ae3de5dc777d649f8262680bd43706 (diff) | |
| download | homebrew-e7855835b2ee8a375be75e2cb5addf216cc988d6.tar.bz2 | |
thrift: add description for with-libevent option
Closes #35683.
| -rw-r--r-- | Library/Formula/thrift.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 99dc409e6..de7eeaf29 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -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" |
