diff options
| author | Adam Vandenberg | 2010-06-28 09:50:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 09:50:22 -0700 |
| commit | 3e2f3ee60aa4662539d6ba325f889dc0e32a406b (patch) | |
| tree | f24976df54870abad995b23d9ec742e3efcf556b /Library/Formula | |
| parent | b57af716c43a293b23a17d4bb67e420df34bc9c8 (diff) | |
| download | homebrew-3e2f3ee60aa4662539d6ba325f889dc0e32a406b.tar.bz2 | |
neon builds look for pkg-config, so add dependency
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neon.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 2ca3d4409..b41794bb7 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -5,6 +5,8 @@ class Neon <Formula md5 'ba1015b59c112d44d7797b62fe7bee51' homepage 'http://www.webdav.org/neon/' + depends_on 'pkg-config' + def keg_only? :provided_by_osx end |
