aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/apr_dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/apr_dependency.rb b/Library/Homebrew/requirements/apr_dependency.rb
index c93a2e11a..8b63256a8 100644
--- a/Library/Homebrew/requirements/apr_dependency.rb
+++ b/Library/Homebrew/requirements/apr_dependency.rb
@@ -4,7 +4,7 @@ class AprDependency < Requirement
fatal true
default_formula "apr-util"
- satisfy { MacOS::CLT.installed? || Formula["apr"].installed? }
+ satisfy { MacOS::CLT.installed? }
env do
unless MacOS::CLT.installed?