diff options
Diffstat (limited to 'Library/Formula/qrencode.rb')
| -rw-r--r-- | Library/Formula/qrencode.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/qrencode.rb b/Library/Formula/qrencode.rb index e797a3cde..d053caed6 100644 --- a/Library/Formula/qrencode.rb +++ b/Library/Formula/qrencode.rb @@ -5,7 +5,7 @@ class Qrencode <Formula    homepage 'http://megaui.net/fukuchi/works/qrencode/index.en.html'    md5 'd97f67cbefaf577e6c15923f3cc57b6a' -  depends_on 'pkg-config' +  depends_on 'pkg-config' => :build    depends_on 'libpng'    def install | 
