aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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