aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/juise.rb7
1 files changed, 5 insertions, 2 deletions
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'