Subversion: building ruby bindings requires libtool

master
Adam Vandenberg 2012-07-09 10:38:04 -07:00
parent 5ac655e194
commit 2fdf0e69f2
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ class Subversion < Formula
depends_on UniversalSerf.new
end
# Building Ruby bindings requires libtool
depends_on 'libtool' if build_ruby? and MacOS.xcode_version >= "4.3"
def options
[
['--java', 'Build Java bindings.'],