subversion: swig is only needed at build

This commit is contained in:
Dominyk Tiller 2017-05-07 04:54:16 +01:00 committed by ilovezfs
parent 57c0edd299
commit ea6b5925ab

View file

@ -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