aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opensc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/opensc.rb')
-rw-r--r--Library/Formula/opensc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/opensc.rb b/Library/Formula/opensc.rb
index b33bef5e1..dc85bd851 100644
--- a/Library/Formula/opensc.rb
+++ b/Library/Formula/opensc.rb
@@ -15,7 +15,7 @@ class Opensc < Formula
option 'with-man-pages', 'Build manual pages'
- depends_on 'docbook' if build.include? 'with-man-pages'
+ depends_on 'docbook' if build.with? "man-pages"
def install
extra_args = []