From 57cb727a3cdf5590fff9b62c2d9c5145fddc05c9 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 19 Aug 2012 16:34:59 -0700 Subject: postgresql: Don't depend on ossp-uuid if building without Fixes #14296. --- Library/Formula/postgresql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/postgresql.rb') 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' -- cgit v1.2.3