From e301f982abc80d06fc53d48bf525b2a1e3cd00d7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 2 May 2014 11:11:47 -0500 Subject: ldns: install pkg-config file --- Library/Formula/ldns.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index e5741f72b..31fe6c5f7 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -38,5 +38,6 @@ class Ldns < Formula system "make" system "make install" system "make", "install-pyldns" if build.with? 'python' + (lib/"pkgconfig").install "packaging/libldns.pc" end end -- cgit v1.2.3