aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:19 -0500
committerJack Nagel2014-12-04 12:01:19 -0500
commitc35dd163936743ccab3c687de114af4e62b30fca (patch)
treecf24f3216cd7ed74f7dba4494dc67bc4f7c85a78 /Library
parent98efcab58af5ec8a25ab27a4ed7c9bdf151c076c (diff)
downloadhomebrew-c35dd163936743ccab3c687de114af4e62b30fca.tar.bz2
ccache: modernize autotools deps
Diffstat (limited to 'Library')
-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