From 3813c7ca60cba0d44d3830cdd9b1d31e552e9d5c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 23 Jun 2013 20:29:13 -0700 Subject: Use :fortran Closes #20731. Closes #13621. --- Library/Formula/pgplot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/pgplot.rb') 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" -- cgit v1.2.3