diff options
Diffstat (limited to 'Library/Formula/libqrencode.rb')
| -rw-r--r-- | Library/Formula/libqrencode.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libqrencode.rb b/Library/Formula/libqrencode.rb index 2a94a1f58..ef2f97702 100644 --- a/Library/Formula/libqrencode.rb +++ b/Library/Formula/libqrencode.rb @@ -5,7 +5,7 @@ class Libqrencode <Formula    homepage 'http://megaui.net/fukuchi/works/qrencode/index.en.html'    md5 'fc300af948b36b2197ede0d131c12e21' -  depends_on 'pkg-config' +  depends_on 'pkg-config' => :build    def install      system "./configure", "--prefix=#{prefix}" | 
