diff options
| author | Ventero | 2014-08-14 22:44:26 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-14 22:53:18 +0100 |
| commit | dc05aea93cd5cda200b0239e744583d9265260bf (patch) | |
| tree | 64cc8a18749379f90a7316435cd694203c92b31e /Library | |
| parent | 66eeeec4ef543a1ee73680bbee8b7a0da4ce20e3 (diff) | |
| download | homebrew-dc05aea93cd5cda200b0239e744583d9265260bf.tar.bz2 | |
uwsgi: Remove mono plugin support.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index eb4846b4f..35ad7ed8f 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -24,7 +24,6 @@ class Uwsgi < Formula depends_on "lua" => :optional depends_on "mongodb" => :optional depends_on "mongrel2" => :optional - depends_on "mono" => :optional depends_on "nagios" => :optional depends_on "postgresql" => :optional depends_on "pypy" => :optional @@ -95,7 +94,6 @@ class Uwsgi < Formula plugins << "mongodb" if build.with? "mongodb" plugins << "mongodblog" if build.with? "mongodb" plugins << "mongrel2" if build.with? "mongrel2" - plugins << "mono" if build.with? "mono" plugins << "nagios" if build.with? "nagios" plugins << "pypy" if build.with? "pypy" plugins << "php" if build.with? "php" |
