From 2a19917253d5edef77b9ad3d326d4c390084fcb7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 14 Nov 2014 14:35:09 -0600 Subject: zint: update qt option --- Library/Formula/zint.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3