From 94e2864413fcff5039eb939ef6ce4ab732a295c1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 23 Mar 2014 00:15:14 -0500 Subject: dmtx-utils uses imagemagick --- Library/Formula/dmtx-utils.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/dmtx-utils.rb b/Library/Formula/dmtx-utils.rb index 7a6efa25c..5aecd29df 100644 --- a/Library/Formula/dmtx-utils.rb +++ b/Library/Formula/dmtx-utils.rb @@ -4,9 +4,11 @@ class DmtxUtils < Formula homepage 'http://www.libdmtx.org' url 'https://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/dmtx-utils-0.7.4.zip' sha1 '9c50506b420ed646e1554286de4daf7e9218f105' + revision 1 depends_on 'pkg-config' => :build depends_on 'libdmtx' + depends_on 'imagemagick' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" -- cgit v1.2.3