aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 19:27:25 -0500
committerJack Nagel2013-09-21 19:27:25 -0500
commited347bc1d370fd3f385d0cc06266f19cb349889f (patch)
treeea31baf686791c4039688763cbf0e75c082a0bf3 /Library
parentb8b210b91f93992eab317b07f8b8b1c37cf2648b (diff)
downloadhomebrew-ed347bc1d370fd3f385d0cc06266f19cb349889f.tar.bz2
guile: use spec deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/guile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 1bf17ce0d..7b9d0c37b 100644
--- a/Library/Formula/guile.rb
+++ b/Library/Formula/guile.rb
@@ -12,9 +12,9 @@ class Guile < Formula
sha1 'fc5d770e8b1d364b2f222a8f8c96ccf740b2956f'
end
- head 'git://git.sv.gnu.org/guile.git'
+ head do
+ url 'git://git.sv.gnu.org/guile.git'
- if build.head?
depends_on 'automake' => :build
depends_on 'gettext' => :build
end