aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fcgiwrap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fcgiwrap.rb b/Library/Formula/fcgiwrap.rb
index 43dea1145..7e289cfe9 100644
--- a/Library/Formula/fcgiwrap.rb
+++ b/Library/Formula/fcgiwrap.rb
@@ -5,6 +5,7 @@ class Fcgiwrap < Formula
url 'https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz'
sha1 '8e7b9140b3d96f4635352bb967715477b35caf84'
+ depends_on 'pkg-config' => :build
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'fcgi'