aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libqrencode.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/libqrencode.rb b/Library/Formula/libqrencode.rb
index 395d38af8..2a94a1f58 100644
--- a/Library/Formula/libqrencode.rb
+++ b/Library/Formula/libqrencode.rb
@@ -5,8 +5,10 @@ class Libqrencode <Formula
homepage 'http://megaui.net/fukuchi/works/qrencode/index.en.html'
md5 'fc300af948b36b2197ede0d131c12e21'
+ depends_on 'pkg-config'
+
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end
end