aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/grass.rb')
-rw-r--r--Library/Formula/grass.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb
index 06018bb07..1c9c360a0 100644
--- a/Library/Formula/grass.rb
+++ b/Library/Formula/grass.rb
@@ -57,7 +57,7 @@ class Grass < Formula
"--with-lapack",
"--with-sqlite",
"--with-odbc",
- "--with-geos=#{Formula["geos"].opt_prefix}/bin/geos-config",
+ "--with-geos=#{Formula["geos"].opt_bin}/geos-config",
"--with-png",
"--with-readline-includes=#{readline}/include",
"--with-readline-libs=#{readline}/lib",
@@ -78,7 +78,7 @@ class Grass < Formula
if headless? or build.without? 'wxmac'
args << "--without-wxwidgets"
else
- args << "--with-wxwidgets=#{Formula["wxmac"].opt_prefix}/bin/wx-config"
+ args << "--with-wxwidgets=#{Formula["wxmac"].opt_bin}/wx-config"
end
args << "--enable-64bit" if MacOS.prefer_64_bit?