uwsgi: Add pkg-config build dependency.

This commit is contained in:
Ventero 2014-08-14 22:57:48 +02:00 committed by Mike McQuaid
parent 1f2d80c3fd
commit 1102e7ec1f

View file

@ -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"