subversion: swig is only needed at build
This commit is contained in:
parent
57c0edd299
commit
ea6b5925ab
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Subversion < Formula
|
|||
depends_on :perl => ["5.6", :recommended]
|
||||
|
||||
# Bindings require swig
|
||||
depends_on "swig" if build.with?("perl") || build.with?("python") || build.with?("ruby")
|
||||
depends_on "swig" => :build if build.with?("perl") || build.with?("python") || build.with?("ruby")
|
||||
|
||||
# For Serf
|
||||
depends_on "scons" => :build
|
||||
|
|
Loading…
Reference in a new issue