aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctail.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ctail.rb b/Library/Formula/ctail.rb
index 57a14ad50..3517cf7b8 100644
--- a/Library/Formula/ctail.rb
+++ b/Library/Formula/ctail.rb
@@ -5,9 +5,9 @@ class Ctail < Formula
url 'http://ctail.i-want-a-pony.com/downloads/ctail-0.1.0.tar.bz2'
sha1 '4bd0373df88136b48cac721c98d34cefda27aff9'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"