aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/irrtoolset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/irrtoolset.rb')
-rw-r--r--Library/Formula/irrtoolset.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/irrtoolset.rb b/Library/Formula/irrtoolset.rb
index 5ded6cd89..928af534a 100644
--- a/Library/Formula/irrtoolset.rb
+++ b/Library/Formula/irrtoolset.rb
@@ -8,9 +8,9 @@ class Irrtoolset < Formula
head do
url 'svn://irrtoolset.isc.org/trunk'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
depends_on 'pkg-config' => :build