aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gfortran.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-08 11:16:37 -0700
committerAdam Vandenberg2011-04-09 09:36:30 -0700
commitb782d9da90d561638d9697a98d99faaa61b64453 (patch)
tree402c7460717df2d37ce48c61960b121fb74941a5 /Library/Formula/gfortran.rb
parentb5b6da2c6c27b9784808329c2c9b45f1976647a9 (diff)
downloadhomebrew-b782d9da90d561638d9697a98d99faaa61b64453.tar.bz2
Normalize use of MACOS_VERSION
Diffstat (limited to 'Library/Formula/gfortran.rb')
-rw-r--r--Library/Formula/gfortran.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index b1cff791b..2b49015ca 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -15,8 +15,7 @@ class GfortranPkgDownloadStrategy <CurlDownloadStrategy
end
class Gfortran < Formula
- if MACOS_VERSION < 10.6
- # Leopard
+ if MacOS.leopard?
url 'http://r.research.att.com/gfortran-42-5577.pkg'
md5 '30fb495c93cf514003cdfcb7846dc701'
version "4.2.4-5577"