Skip to content
Snippets Groups Projects
Commit 6b8af260 authored by Misty De Meo's avatar Misty De Meo Committed by Misty De Meo
Browse files

subversion: don't use system APR on Tiger

parent 9ead6bc2
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ class AprRequirement < Requirement
fatal true
default_formula "apr-util"
satisfy(:build_env => false) { MacOS::CLT.installed? }
# APR shipped in Tiger is too old, but Leopard+ is usable
satisfy(:build_env => false) { MacOS.version > :leopard && MacOS::CLT.installed? }
env do
unless MacOS::CLT.installed?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment