ccache: use spec deps
This commit is contained in:
parent
af35e9077a
commit
c08c6d62ed
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ class Ccache < Formula
|
|||
url 'http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2'
|
||||
sha1 'e80a5cb7301e72f675097246d722505ae56e3cd3'
|
||||
|
||||
head 'https://github.com/jrosdahl/ccache.git'
|
||||
head do
|
||||
url 'https://github.com/jrosdahl/ccache.git'
|
||||
|
||||
if build.head?
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
|
|
Loading…
Reference in a new issue