From ea6b5925ab1538f6f8e31ab7470c6840a914a8e0 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 7 May 2017 04:54:16 +0100 Subject: [PATCH] subversion: swig is only needed at build --- Formula/subversion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/subversion.rb b/Formula/subversion.rb index 349034c8f2..b0d11c9b15 100644 --- a/Formula/subversion.rb +++ b/Formula/subversion.rb @@ -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