aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSteven Peters2014-06-20 16:41:41 -0700
committerJack Nagel2014-06-20 19:32:44 -0500
commit833215a85aa2d2ae7b9137330ea367a315c9133a (patch)
tree347eafa994928d1139034dabf00a32599fd6ff96 /Library
parent193920cbdeb95eb99cd88e31dbdb6967358fbeb5 (diff)
downloadhomebrew-833215a85aa2d2ae7b9137330ea367a315c9133a.tar.bz2
czmq: add :build to autotools dependencies
Closes #30325. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/czmq.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/czmq.rb b/Library/Formula/czmq.rb
index 9fd81695c..4c310c969 100644
--- a/Library/Formula/czmq.rb
+++ b/Library/Formula/czmq.rb
@@ -8,9 +8,9 @@ class Czmq < Formula
head do
url 'https://github.com/zeromq/czmq.git'
- depends_on 'autoconf'
- depends_on 'automake'
- depends_on 'libtool'
+ depends_on 'autoconf' => :build
+ depends_on 'automake' => :build
+ depends_on 'libtool' => :build
end
option :universal