aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:15 -0500
committerJack Nagel2013-09-21 20:47:15 -0500
commit4c764a56fdde0fda0be9aba7e77408e0c60b55e7 (patch)
tree1775767f29c24860aa6402c50a7aa59f82b8a201 /Library/Formula
parent445e80f3af6d9c4620d49faab3a31338e5554fec (diff)
downloadhomebrew-4c764a56fdde0fda0be9aba7e77408e0c60b55e7.tar.bz2
libslax: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libslax.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/libslax.rb b/Library/Formula/libslax.rb
index 8c7d15643..17d6ddd71 100644
--- a/Library/Formula/libslax.rb
+++ b/Library/Formula/libslax.rb
@@ -5,9 +5,12 @@ class Libslax < Formula
url 'https://github.com/Juniper/libslax/releases/download/0.17.1/libslax-0.17.1.tar.gz'
sha1 '3d2df8e5c922442f253ed70db93259efc6a07750'
- head 'https://github.com/Juniper/libslax.git'
+ head do
+ url 'https://github.com/Juniper/libslax.git'
+
+ depends_on 'automake' => :build
+ end
- depends_on 'automake' => :build if build.head?
depends_on 'libtool' => :build
depends_on 'libxml2'
depends_on 'libxslt'