diff options
| author | Jack Nagel | 2013-09-21 20:47:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:05:31 -0500 |
| commit | e743a9f2869c38fc755d78785c48a71bb6c29305 (patch) | |
| tree | e22a28871634e53c7ee4a1567e7e4266696eb412 /Library | |
| parent | b6007daae0c1880f37bcc420f79d6ad9bec43a6f (diff) | |
| download | homebrew-e743a9f2869c38fc755d78785c48a71bb6c29305.tar.bz2 | |
zshdb: use spec deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zshdb.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/zshdb.rb b/Library/Formula/zshdb.rb index a26183a72..e89b206ee 100644 --- a/Library/Formula/zshdb.rb +++ b/Library/Formula/zshdb.rb @@ -5,10 +5,12 @@ class Zshdb < Formula url 'http://downloads.sourceforge.net/project/bashdb/zshdb/0.08/zshdb-0.08.tar.bz2' sha1 '29f860d0130debe6a966ee1e12f2f3046c78897b' - head 'https://github.com/rocky/zshdb.git' + head do + url 'https://github.com/rocky/zshdb.git' + depends_on :automake + end depends_on 'zsh' - depends_on :automake if build.head? def install if build.head? |
