libxml2: add --with-python option

Add an explicit option to silence audit warnings.
This commit is contained in:
Adam Vandenberg 2013-06-29 09:11:15 -07:00
parent 102cea225c
commit def0db42b0

View file

@ -11,6 +11,8 @@ class Libxml2 < Formula
keg_only :provided_by_osx
option :universal
# Silence audit warnings
option 'with-python', 'Build Python bindings'
if build.head?
depends_on :python => :recommended # satisfied by Python 2.6+