uwsgi: Add pkg-config build dependency.
This commit is contained in:
parent
1f2d80c3fd
commit
1102e7ec1f
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue