libcec: modernize autotools deps

master
Jack Nagel 2014-05-31 20:39:26 -05:00
parent 350682a608
commit 78a1a51fc5
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ class Libcec < Formula
url 'https://github.com/Pulse-Eight/libcec/archive/libcec-2.1.4.tar.gz'
sha1 '3ee241201b3650b97ec4fc41b0f5dd33476080f9'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'pkg-config' => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
def install
system "./bootstrap"