diff options
| author | Jack Nagel | 2014-05-31 20:39:25 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-31 20:39:25 -0500 | 
| commit | fec04296507a61acfe41041e804311a5e1ef3492 (patch) | |
| tree | 7bbca71e22c8c7fe77a53bf1e782fd80be70b40d /Library/Formula/fsharp.rb | |
| parent | 8f5714c6937dae48a993c471447ec4e9a719b939 (diff) | |
| download | homebrew-fec04296507a61acfe41041e804311a5e1ef3492.tar.bz2 | |
fsharp: modernize autotools deps
Diffstat (limited to 'Library/Formula/fsharp.rb')
| -rw-r--r-- | Library/Formula/fsharp.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/fsharp.rb b/Library/Formula/fsharp.rb index f4ef3f9f4..3eddf5ed8 100644 --- a/Library/Formula/fsharp.rb +++ b/Library/Formula/fsharp.rb @@ -10,8 +10,8 @@ class Fsharp < Formula      sha1 "5ba51de580838a3e365d1d6e16dc7f4804089665" => :lion    end -  depends_on :automake -  depends_on :autoconf +  depends_on "automake" => :build +  depends_on "autoconf" => :build    depends_on "pkg-config" => :build    depends_on "mono" | 
