couchdb: add build-time dep on help2man

Closes Homebrew/homebrew#8381.
Closes Homebrew/homebrew#8382.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Brad Ackerman 2011-10-30 20:35:29 -07:00 committed by Jack Nagel
parent 9df0c16d97
commit 61bda53be7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class Couchdb < Formula
head 'http://svn.apache.org/repos/asf/couchdb/trunk'
depends_on 'help2man' => :build
depends_on 'spidermonkey'
depends_on 'icu4c'
depends_on 'erlang'