aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-23 18:33:47 +0000
committerMike McQuaid2013-12-23 18:35:45 +0000
commitb2a1c7ab632dacfa2c32540c5a2a34ae0da1c32f (patch)
treeea395196c056f3972760198aafb7702dde6b751a /Library/Formula/qt.rb
parentbc4f4eac0a353d335456dd72873743251bf81800 (diff)
downloadhomebrew-b2a1c7ab632dacfa2c32540c5a2a34ae0da1c32f.tar.bz2
qt: tweak docs arg formatting.
Diffstat (limited to 'Library/Formula/qt.rb')
-rw-r--r--Library/Formula/qt.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index f4d85b918..abf63a684 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -80,9 +80,7 @@ class Qt < Formula
args << "-no-qt3support"
end
- unless build.with? 'docs'
- args << "-nomake" << "docs"
- end
+ args << "-nomake" << "docs" if build.without? 'docs'
if MacOS.prefer_64_bit? or build.universal?
args << '-arch' << 'x86_64'