aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-02 11:11:47 -0500
committerJack Nagel2014-05-02 11:11:47 -0500
commite301f982abc80d06fc53d48bf525b2a1e3cd00d7 (patch)
treebb420386a2c7851c950b79aea8fcd88eb406596b /Library
parent1d04b7747f04f4763738fa3972979077a73b7975 (diff)
downloadhomebrew-e301f982abc80d06fc53d48bf525b2a1e3cd00d7.tar.bz2
ldns: install pkg-config file
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ldns.rb1
1 files changed, 1 insertions, 0 deletions
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