wdiff 0.6.1; also noted gettext dependency

master
Adam Vandenberg 2010-04-18 18:15:30 -07:00
parent 7b91994954
commit 81ef06dc8b
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
require 'formula'
class Wdiff <Formula
url 'http://ftp.gnu.org/gnu/wdiff/wdiff-0.6.0.tar.gz'
url 'http://ftp.gnu.org/gnu/wdiff/wdiff-0.6.1.tar.gz'
homepage 'http://www.gnu.org/software/wdiff/'
md5 '8788b9bf7d5700237508bf3aec8a9493'
md5 'cb8ed3569f9c020edbfbc145df6ba602'
depends_on 'gettext' => :optional
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"