From dc05aea93cd5cda200b0239e744583d9265260bf Mon Sep 17 00:00:00 2001 From: Ventero Date: Thu, 14 Aug 2014 22:44:26 +0200 Subject: uwsgi: Remove mono plugin support. --- Library/Formula/uwsgi.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3