aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 10:15:57 -0500
committerJack Nagel2013-09-21 19:29:56 -0500
commitbc29488d8aa64d9f71cce2f171e56d2a9c4606a3 (patch)
tree77d25db39f9eb9bf1d01bbc2f9627e8b56b2699b /Library/Formula
parent1934aa956ced8bcad4bdc22cab395304ff46fbaa (diff)
downloadhomebrew-bc29488d8aa64d9f71cce2f171e56d2a9c4606a3.tar.bz2
itstool: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/itstool.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/itstool.rb b/Library/Formula/itstool.rb
index 7070a449f..9851e7c9f 100644
--- a/Library/Formula/itstool.rb
+++ b/Library/Formula/itstool.rb
@@ -5,10 +5,12 @@ class Itstool < Formula
url 'http://files.itstool.org/itstool/itstool-1.2.0.tar.bz2'
sha1 'dc6b766c2acec32d3c5d016b0a33e9268d274f63'
- head 'git://gitorious.org/itstool/itstool.git'
+ head do
+ url 'git://gitorious.org/itstool/itstool.git'
- depends_on :autoconf if build.head?
- depends_on :automake if build.head?
+ depends_on :autoconf
+ depends_on :automake
+ end
def install
system "./autogen.sh" if build.head?