diff options
| author | Adam Vandenberg | 2010-04-30 09:03:46 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-30 09:03:46 -0700 |
| commit | b402daecd36eef3f4d44763846137480c56eea43 (patch) | |
| tree | c188c55b87e89cf4da46af299d92661d48958671 /Library | |
| parent | 69dbb3b69c0824403e2605074f2f96348bc92a93 (diff) | |
| download | homebrew-b402daecd36eef3f4d44763846137480c56eea43.tar.bz2 | |
Update guile dependencies.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/guile.rb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb index cc76a6fdd..b1aaacbbc 100644 --- a/Library/Formula/guile.rb +++ b/Library/Formula/guile.rb @@ -5,12 +5,13 @@ class Guile <Formula @homepage='http://www.gnu.org/software/guile/' @sha1='c8d1d25ed413b48493ec5b0cbf4de8593cab4a21' + depends_on 'pkg-config' + depends_on 'libffi' depends_on 'libunistring' depends_on 'bdw-gc' depends_on 'gmp' - # GNU Readline is required - # libedit won't work. + # GNU Readline is required; libedit won't work. depends_on 'readline' def install @@ -18,11 +19,6 @@ class Guile <Formula "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", - # Specifically look for readline here - # At least, we don't want the fake readline in - # /usr/lib to trump us, since it doesn't export - # all the same symbols - # --adamv "--with-libreadline-prefix=#{Formula.factory('readline').prefix}" system "make install" end |
