From 1934aa956ced8bcad4bdc22cab395304ff46fbaa Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Sep 2013 10:15:57 -0500 Subject: isync: use spec deps --- Library/Formula/isync.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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/ -- cgit v1.2.3