diff options
Diffstat (limited to 'Library/Formula/confuse.rb')
| -rw-r--r-- | Library/Formula/confuse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/confuse.rb b/Library/Formula/confuse.rb index 6ac5fc938..009b22a1c 100644 --- a/Library/Formula/confuse.rb +++ b/Library/Formula/confuse.rb @@ -5,7 +5,7 @@ class Confuse <Formula homepage 'http://www.nongnu.org/confuse/' md5 '45932fdeeccbb9ef4228f1c1a25e9c8f' - depends_on 'pkg-config' + depends_on 'pkg-config' => :build def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
