From 1158e2287e651c4d4dbcde7ae4d09be2c5d748ad Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:03 -0500 Subject: juise: use spec deps --- Library/Formula/juise.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/juise.rb b/Library/Formula/juise.rb index 8f3613157..c63f65d25 100644 --- a/Library/Formula/juise.rb +++ b/Library/Formula/juise.rb @@ -5,9 +5,12 @@ class Juise < Formula url 'https://github.com/Juniper/juise/releases/download/0.5.8/juise-0.5.8.tar.gz' sha1 '4529b0d5cf08185d0f9e991aea8fc62468290d9c' - head 'https://github.com/Juniper/juise.git' + head do + url 'https://github.com/Juniper/juise.git' + + depends_on 'automake' => :build + end - depends_on 'automake' => :build if build.head? depends_on 'libtool' => :build depends_on 'libslax' depends_on 'libssh2' -- cgit v1.2.3