We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd550 commit 8600fd9Copy full SHA for 8600fd9
Formula/subversion.rb
@@ -23,7 +23,7 @@ class Subversion < Formula
23
depends_on :java => ["1.8+", :build]
24
depends_on "pkg-config" => :build
25
depends_on "scons" => :build # For Serf
26
- depends_on "swig" => :build
+ depends_on "swig@3" => :build # https://issues.apache.org/jira/browse/SVN-4818
27
depends_on "apr"
28
depends_on "apr-util"
29
0 commit comments