aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/zint.rb')
-rw-r--r--Library/Formula/zint.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/zint.rb b/Library/Formula/zint.rb
index 1485e8f17..23080015f 100644
--- a/Library/Formula/zint.rb
+++ b/Library/Formula/zint.rb
@@ -4,13 +4,14 @@ class Zint < Formula
homepage 'http://zint.github.io/'
url 'https://github.com/downloads/zint/zint/zint-2.4.3.tar.gz'
sha1 '300732d03c77ccf1031c485a20f09b51495ef5a3'
+ revision 1
head 'git://zint.git.sourceforge.net/gitroot/zint/zint'
option 'qt', 'Build the zint-qt GUI.'
depends_on 'cmake' => :build
- depends_on :libpng
+ depends_on 'libpng'
depends_on 'qt' if build.include? 'qt'
def install