aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ccache.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index dcd6dce7b..ad5c54407 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -14,9 +14,9 @@ class Ccache < Formula
head do
url 'https://github.com/jrosdahl/ccache.git'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
def install