privoxy: remove autotools conditional

privoxy uses `autoreconf` for stable and HEAD. Remove the
conditional that added the autotools deps only for HEAD.

Fixes Homebrew/homebrew#13867

Closes Homebrew/homebrew#13869.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
nibbles 2bits 2012-08-01 15:50:32 -07:00 committed by Jack Nagel
parent 0fba221735
commit 8376e7ae20
1 changed files with 2 additions and 5 deletions

View File

@ -5,11 +5,8 @@ class Privoxy < Formula
url 'http://downloads.sourceforge.net/project/ijbswa/Sources/3.0.19%20%28stable%29/privoxy-3.0.19-stable-src.tar.gz'
sha1 'a82287cbf48375ef449d021473a366baeca49250'
if ARGV.build_head?
depends_on :automake
depends_on :libtool
end
depends_on :automake
depends_on :libtool
depends_on 'pcre'
def install