aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/r.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/r.rb')
-rw-r--r--Library/Formula/r.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb
index a473b8556..3c9aa3867 100644
--- a/Library/Formula/r.rb
+++ b/Library/Formula/r.rb
@@ -17,6 +17,7 @@ class R < Formula
option 'with-valgrind', 'Compile an unoptimized build with support for the Valgrind debugger'
option 'test', 'Run tests before installing'
+ depends_on :fortran
depends_on 'readline'
depends_on 'libtiff'
depends_on 'jpeg'
@@ -26,7 +27,6 @@ class R < Formula
def install
ENV.Og if build.include? 'with-valgrind'
- ENV.fortran
args = [
"--prefix=#{prefix}",