diff options
| author | Jack Nagel | 2013-09-20 10:15:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 19:29:56 -0500 |
| commit | 1934aa956ced8bcad4bdc22cab395304ff46fbaa (patch) | |
| tree | 66818db2ed42289521e9adb8d1de8a450b021031 /Library/Formula/isync.rb | |
| parent | 45bae8d9001124ef616f5869656c8e1d28488c52 (diff) | |
| download | homebrew-1934aa956ced8bcad4bdc22cab395304ff46fbaa.tar.bz2 | |
isync: use spec deps
Diffstat (limited to 'Library/Formula/isync.rb')
| -rw-r--r-- | Library/Formula/isync.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/isync.rb b/Library/Formula/isync.rb index 54aa704c0..7bae87265 100644 --- a/Library/Formula/isync.rb +++ b/Library/Formula/isync.rb @@ -5,15 +5,15 @@ class Isync < Formula url 'http://downloads.sourceforge.net/project/isync/isync/1.0.6/isync-1.0.6.tar.gz' sha1 '5cd7403722584b9677fc6a4185c0b9a00f153453' - head 'git://isync.git.sourceforge.net/gitroot/isync/isync' + head do + url 'git://isync.git.sourceforge.net/gitroot/isync/isync' - depends_on 'berkeley-db' - - if build.head? depends_on :autoconf depends_on :automake end + depends_on 'berkeley-db' + def patches # Add "PassCommand" config: # http://sourceforge.net/p/isync/patches/12/ |
