diff options
| author | Jack Nagel | 2013-06-25 21:15:10 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-25 21:15:10 -0500 |
| commit | 8d89d0bfb956a3f150ccb04464d0c780e792cf6f (patch) | |
| tree | a020bdc369e0a08f2c4bb85048466b1943220305 /Library | |
| parent | 7125b606bae1d662f77af9855944fe2835d9375d (diff) | |
| download | homebrew-8d89d0bfb956a3f150ccb04464d0c780e792cf6f.tar.bz2 | |
libgetdata: use optional dep for fortran
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgetdata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgetdata.rb b/Library/Formula/libgetdata.rb index 9365a68eb..245d5821d 100644 --- a/Library/Formula/libgetdata.rb +++ b/Library/Formula/libgetdata.rb @@ -10,7 +10,7 @@ class Libgetdata < Formula option 'lzma', 'Build with LZMA compression support' option 'zzip', 'Build with zzip compression support' - depends_on :fortran if build.with? 'fortran' + depends_on :fortran => :optional depends_on 'xz' if build.include? 'lzma' depends_on 'libzzip' if build.include? 'zzip' |
