From e22edc17aaf46deb0bbd59aeee482db1020061f2 Mon Sep 17 00:00:00 2001 From: Ventero Date: Thu, 14 Aug 2014 22:57:48 +0200 Subject: uwsgi: Add pkg-config build dependency. --- Library/Formula/uwsgi.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3