aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgplot.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-23 20:29:13 -0700
committerAdam Vandenberg2013-06-24 07:38:09 -0700
commit3813c7ca60cba0d44d3830cdd9b1d31e552e9d5c (patch)
treed0f002ed46c2fc249827768f5ec1be4a2a8167f7 /Library/Formula/pgplot.rb
parent8806220848018668f66de312cede721437bf21c7 (diff)
downloadhomebrew-3813c7ca60cba0d44d3830cdd9b1d31e552e9d5c.tar.bz2
Use :fortran
Closes #20731. Closes #13621.
Diffstat (limited to 'Library/Formula/pgplot.rb')
-rw-r--r--Library/Formula/pgplot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pgplot.rb b/Library/Formula/pgplot.rb
index 198f3be06..b9250c716 100644
--- a/Library/Formula/pgplot.rb
+++ b/Library/Formula/pgplot.rb
@@ -15,6 +15,7 @@ class Pgplot < Formula
option 'with-button', 'Install libbutton'
depends_on :x11
+ depends_on :fortran
def patches
# from MacPorts: https://trac.macports.org/browser/trunk/dports/graphics/pgplot/files
@@ -26,7 +27,6 @@ class Pgplot < Formula
def install
ENV.deparallelize
- ENV.fortran
ENV.append 'CPPFLAGS', "-DPG_PPU"
# allow long lines in the fortran code (for long homebrew PATHs)
ENV.append 'FCFLAGS', "-ffixed-line-length-none"