From 67f22ac5d2504ea69a3cf72b3babb3f86bfc4eca Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 19 Dec 2016 17:24:52 +0000 Subject: [PATCH] imap-uw: use ENV.deparallelize. --- Formula/imap-uw.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/imap-uw.rb b/Formula/imap-uw.rb index e77db9a26f..e89c4a3598 100644 --- a/Formula/imap-uw.rb +++ b/Formula/imap-uw.rb @@ -19,7 +19,7 @@ class ImapUw < Formula depends_on "openssl" def install - ENV.j1 + ENV.deparallelize inreplace "Makefile" do |s| s.gsub! "SSLINCLUDE=/usr/include/openssl", "SSLINCLUDE=#{Formula["openssl"].opt_include}/openssl"