Added dependencies for libmpc.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Markus Groß 2010-04-26 09:03:46 +02:00 committed by Adam Vandenberg
parent c89f196bfd
commit b11e83dcf7
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ class Libmpc < Formula
homepage 'http://multiprecision.org'
md5 '5b34aa804d514cc295414a963aedb6bf'
depends_on 'gmp'
depends_on 'mpfr'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make"