aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/httrack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/httrack.rb')
-rw-r--r--Library/Formula/httrack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/httrack.rb b/Library/Formula/httrack.rb
index f102ecc70..d6a2639f3 100644
--- a/Library/Formula/httrack.rb
+++ b/Library/Formula/httrack.rb
@@ -7,6 +7,7 @@ class Httrack <Formula
version '3.43-9C'
def install
+ ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-shared=no"