libnids: add pkg-config as a build-time dependency

Closes Homebrew/homebrew#7826.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Geoffrey Huntley 2011-09-26 12:10:46 +10:00 committed by Jack Nagel
parent a6a9a0be34
commit 3aef440b3e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class Libnids < Formula
depends_on 'libnet' if use_libnet?
depends_on 'glib' if use_glib?
depends_on 'pkg-config' => :build
def options
[