aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlejandro Giacometti2014-12-16 14:53:10 +0000
committerMike McQuaid2014-12-17 15:37:16 +0000
commit217f927452a5ff9454d5f0efa57f1eff1cacdd3a (patch)
tree316a295c86f8a713a587cd570bbba552d83b4d61 /Library/Formula
parent122234605e2a8635cb50d59a7f960172c91d9cd7 (diff)
downloadhomebrew-217f927452a5ff9454d5f0efa57f1eff1cacdd3a.tar.bz2
with-pandoc is optional
Closes #35030. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bup.rb2
1 files changed, 1 insertions, 1 deletions
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