diff options
| author | Charlie Sharpsteen | 2012-08-19 16:34:59 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-08-19 16:34:59 -0700 |
| commit | 57cb727a3cdf5590fff9b62c2d9c5145fddc05c9 (patch) | |
| tree | 1a2ce438ef07bf4f05cae79eae96f4aa5e3e3392 /Library/Formula/postgresql.rb | |
| parent | b4b263078abc45e34ce5643626edb8e50bc69670 (diff) | |
| download | homebrew-57cb727a3cdf5590fff9b62c2d9c5145fddc05c9.tar.bz2 | |
postgresql: Don't depend on ossp-uuid if building without
Fixes #14296.
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 098198a8c..6a8cef425 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -7,7 +7,7 @@ class Postgresql < Formula depends_on 'readline' depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old - depends_on 'ossp-uuid' + depends_on 'ossp-uuid' unless build.include? 'without-ossp-uuid' option '32-bit' option 'without-ossp-uuid', 'Build without OSSP uuid' |
