diff options
Diffstat (limited to 'Library/Formula/neon.rb')
| -rw-r--r-- | Library/Formula/neon.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 832bd4c2d..19a147c2d 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -7,7 +7,8 @@ class Neon < Formula depends_on 'pkg-config' => :build - keg_only :provided_by_osx + keg_only :provided_by_osx, + "Compiling newer versions of Subversion on 10.6 require this newer neon." def options [['--universal', 'Builds a universal binary.']] |
