aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zint.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/zint.rb b/Library/Formula/zint.rb
index 23080015f..87c4cc348 100644
--- a/Library/Formula/zint.rb
+++ b/Library/Formula/zint.rb
@@ -8,11 +8,12 @@ class Zint < Formula
head 'git://zint.git.sourceforge.net/gitroot/zint/zint'
- option 'qt', 'Build the zint-qt GUI.'
+ option "with-qt", "Build the zint-qt GUI"
+ deprecated_option "qt" => "with-qt"
depends_on 'cmake' => :build
depends_on 'libpng'
- depends_on 'qt' if build.include? 'qt'
+ depends_on 'qt' => :optional
def install
mkdir 'zint-build' do