From 217f927452a5ff9454d5f0efa57f1eff1cacdd3a Mon Sep 17 00:00:00 2001 From: Alejandro Giacometti Date: Tue, 16 Dec 2014 14:53:10 +0000 Subject: with-pandoc is optional Closes #35030. Signed-off-by: Mike McQuaid --- Library/Formula/bup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb index 9c591201a..330d77644 100644 --- a/Library/Formula/bup.rb +++ b/Library/Formula/bup.rb @@ -9,7 +9,7 @@ class Bup < Formula option "run-tests", "Run unit tests after compilation" option "with-pandoc", "build and install the manpage (depends on pandoc)" - depends_on "pandoc" => :build + depends_on "pandoc" => [:optional, :build] # Fix compilation on 10.10 # https://github.com/bup/bup/commit/75d089e7cdb7a7eb4d69c352f56dad5ad3aa1f97 -- cgit v1.2.3