ctail: modernize autotools deps
This commit is contained in:
parent
eafbea9894
commit
ae298c983b
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue