ldns: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:07:59 +00:00
parent a11bc51f38
commit b671d39d5d

View file

@ -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"