From f6e7169091ba2310352e80c072183102ba9eb7ca Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Jun 2013 21:21:15 -0500 Subject: soci: use optional dep for boost --- Library/Formula/soci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/soci.rb b/Library/Formula/soci.rb index 311e022c2..bf6a6c4a1 100644 --- a/Library/Formula/soci.rb +++ b/Library/Formula/soci.rb @@ -6,7 +6,7 @@ class Soci < Formula sha1 '6ad37cd6f048b5de55308eda645c15637466ac18' depends_on 'cmake' => :build - depends_on 'boost' => :build if build.include? 'with-boost' + depends_on 'boost' => [:build, :optional] option 'with-oracle', 'Enable Oracle support.' option 'with-boost', 'Enable boost support.' -- cgit v1.2.3