diff options
| -rw-r--r-- | Library/Formula/uwsgi.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 35ad7ed8f..48ce5ac3e 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -11,6 +11,8 @@ class Uwsgi < Formula sha1 "33678570960fa45d5e2a7017bfa1ad67f9dedeb3" => :lion end + depends_on "pkg-config" => :build + depends_on "pcre" depends_on "yajl" if build.without? "jansson" |
