aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gfortran.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gfortran.rb')
-rw-r--r--Library/Formula/gfortran.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index c3718a496..e53c4b78e 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -107,16 +107,8 @@ class Gfortran < Formula
end
def caveats; <<-EOS.undent
- Brews that require a Fortran compiler should not use:
- depends_on 'gfortran'
-
- The preferred method of declaring Fortran support is to use:
- def install
- ...
- ENV.fortran
- ...
- end
-
+ Brews that require a Fortran compiler should use:
+ depends_on :fortran
EOS
end
end