postgresql: Don't depend on ossp-uuid if building without

Fixes Homebrew/homebrew#14296.
master
Charlie Sharpsteen 2012-08-19 16:34:59 -07:00
parent 5afe575b9b
commit e30d3374de
1 changed files with 1 additions and 1 deletions

View File

@ -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'