aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-16 13:43:27 -0500
committerJack Nagel2013-07-16 13:43:27 -0500
commitd3da75fc0393b0924d0cf25b6d0f42d87d41c898 (patch)
tree7319cd6fbb06405319b64a287e1dbf558e6a7d9d /Library
parent61443e52e90d5ccbdfb89723143e0f39b694485e (diff)
downloadhomebrew-d3da75fc0393b0924d0cf25b6d0f42d87d41c898.tar.bz2
fcgiwrap: needs newer autotools
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fcgiwrap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fcgiwrap.rb b/Library/Formula/fcgiwrap.rb
index fdd460de7..e75dd757d 100644
--- a/Library/Formula/fcgiwrap.rb
+++ b/Library/Formula/fcgiwrap.rb
@@ -5,8 +5,8 @@ class Fcgiwrap < Formula
url 'https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz'
sha1 '8e7b9140b3d96f4635352bb967715477b35caf84'
- depends_on :autoconf
- depends_on :automake
+ depends_on 'autoconf' => :build
+ depends_on 'automake' => :build
depends_on 'fcgi'
def install