aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/samba.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/samba.rb b/Library/Formula/samba.rb
index 7319b63df..215c929b8 100644
--- a/Library/Formula/samba.rb
+++ b/Library/Formula/samba.rb
@@ -5,6 +5,12 @@ class Samba < Formula
url 'http://samba.org/samba/ftp/stable/samba-3.6.5.tar.gz'
sha1 'e41611c95b2bb91c7735928742b8aff4fc0da76e'
+ # This formula calls autogen.sh. So add the standard deps.
+ if MacOS.xcode_version >= '4.3'
+ depends_on 'automake' => :build
+ depends_on 'libtool' => :build
+ end
+
# Fixes the Grouplimit of 16 users os OS X.
# Bug has been raised upstream:
# https://bugzilla.samba.org/show_bug.cgi?id=8773