aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-16 15:18:30 -0700
committerAdam Vandenberg2010-04-16 15:18:30 -0700
commit35a77de7f575ae21bdc00db42a714f1ac7c4d311 (patch)
tree1616566b2476d07657c76dad46e331144a982ff9 /Library
parent609119ac0755c0234748b78e60b288d7ba952b1f (diff)
downloadhomebrew-35a77de7f575ae21bdc00db42a714f1ac7c4d311.tar.bz2
Only need Subversion when building head.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xml2rfc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xml2rfc.rb b/Library/Formula/xml2rfc.rb
index 845342d74..1f40c1b4f 100644
--- a/Library/Formula/xml2rfc.rb
+++ b/Library/Formula/xml2rfc.rb
@@ -7,7 +7,7 @@ class Xml2rfc <Formula
homepage 'http://xml.resource.org/'
# http://github.com/mxcl/homebrew/issues/#issue/87
- depends_on :subversion if MACOS_VERSION < 10.6
+ depends_on :subversion if MACOS_VERSION < 10.6 and ARGV.include? '--HEAD'
def download_strategy
if ARGV.include? '--HEAD'