aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/surfraw.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/surfraw.rb b/Library/Formula/surfraw.rb
index ace6d7609..5c0e32e94 100644
--- a/Library/Formula/surfraw.rb
+++ b/Library/Formula/surfraw.rb
@@ -6,7 +6,9 @@ class Surfraw <Formula
md5 '213010e9b7c8478827e8903530cf7787'
def install
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}",
+ "--sysconfdir=#{etc}",
+ "--with-graphical-browser=open"
system "make"
ENV.j1 # Install using 1 job, or fails on Mac Pro
system "make install"