uwsgi: Remove mono plugin support.
This commit is contained in:
parent
b43738add2
commit
1f2d80c3fd
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue