diff options
| author | Jack Nagel | 2014-11-14 14:35:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-14 14:46:57 -0600 |
| commit | 2a19917253d5edef77b9ad3d326d4c390084fcb7 (patch) | |
| tree | a4cb9a3e52f2b3bda6ea8f26de6a25192770bb97 | |
| parent | 601a573d1fce72eb2de4d364612a0374da7d3d98 (diff) | |
| download | homebrew-2a19917253d5edef77b9ad3d326d4c390084fcb7.tar.bz2 | |
zint: update qt option
| -rw-r--r-- | Library/Formula/zint.rb | 5 |
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 |
