aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:07:59 +0000
committerMike McQuaid2014-01-04 13:19:47 +0000
commiteebb0c24673b26c1042bba11c1737bf8150c6022 (patch)
tree81d6d991a70ea14322581b0151a2c138db471c36 /Library
parent6f9069c7d2075221e796b20648286634a0a192ba (diff)
downloadhomebrew-eebb0c24673b26c1042bba11c1737bf8150c6022.tar.bz2
ldns: cleanup python usage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ldns.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb
index 87da1ea17..f9df29da4 100644
--- a/Library/Formula/ldns.rb
+++ b/Library/Formula/ldns.rb
@@ -26,10 +26,7 @@ class Ldns < Formula
args << "--with-ssl=#{MacOS.sdk_path}/usr"
end
- if build.with? 'python'
- args << "--with-pyldns"
- ENV['PYTHON_SITE_PKG'] = python.site_packages
- end
+ args << "--with-pyldns" if build.with? 'python'
system "./configure", *args
system "make"