aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yaws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/yaws.rb')
-rw-r--r--Library/Formula/yaws.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yaws.rb b/Library/Formula/yaws.rb
index 7149b83dd..353b48946 100644
--- a/Library/Formula/yaws.rb
+++ b/Library/Formula/yaws.rb
@@ -29,7 +29,7 @@ class Yaws < Formula
system "./configure", "--prefix=#{prefix}"
system "make install"
- unless build.include? 'without-yapp'
+ if build.with? "yapp"
cd 'applications/yapp' do
system "make"
system "make install"