profanity: build with Python plugin support

Closes #17754.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Danielle McLean 2017-09-07 16:16:58 +10:00 committed by ilovezfs
parent dfe2667d11
commit 7662f21c92

View file

@ -35,7 +35,6 @@ class Profanity < Formula
system "./bootstrap.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--disable-python-plugins",
"--prefix=#{prefix}"
system "make", "install"
end