ctail: modernize autotools deps

This commit is contained in:
Jack Nagel 2014-12-04 17:38:00 -05:00
parent eafbea9894
commit ae298c983b

View file

@ -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"