aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pv.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb
index e3934e569..ee1e3ad37 100644
--- a/Library/Formula/pv.rb
+++ b/Library/Formula/pv.rb
@@ -1,19 +1,20 @@
require 'formula'
class Pv < Formula
- url 'http://www.ivarch.com/programs/sources/pv-1.2.0.tar.bz2'
homepage 'http://www.ivarch.com/programs/pv.shtml'
- sha1 'bb921bca55347a1b7c6f74ce6b70cff0325499d7'
+ url 'http://www.ivarch.com/programs/sources/pv-1.3.9.tar.bz2'
+ sha1 '9ed32eb0c441f9699acd4091e096ca2f4bb6b5ea'
+
+ depends_on 'gettext'
fails_with :llvm do
build 2334
end
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
"--prefix=#{prefix}",
- "--mandir=#{man}",
- "--disable-nls"
+ "--mandir=#{man}"
system "make install"
end
end