aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-11-05 20:32:09 -0600
committerJack Nagel2014-11-05 20:34:19 -0600
commit1e48879d1a617e8756a1bfb17f6c7c5930797e3d (patch)
treee74b9cf2ab35fdd58341390ba7d79d9ad91db08d /Library/Formula
parentd41a308479aa32c3490a9fc4c1cc36cc791aac47 (diff)
downloadhomebrew-1e48879d1a617e8756a1bfb17f6c7c5930797e3d.tar.bz2
subversion: add :apr dependency
Closes #33422.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/subversion.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index b926303d1..933e3080c 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -25,6 +25,7 @@ class Subversion < Formula
end
depends_on "pkg-config" => :build
+ depends_on :apr => :build
# Always build against Homebrew versions instead of system versions for consistency.
depends_on 'sqlite'