aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-09 08:36:01 -0700
committerAdam Vandenberg2013-06-09 08:36:01 -0700
commit25c15f64419a59006c72ab18962a90aa85d4b2b1 (patch)
tree915eef41c9d89f11a8a77e9c39cd46fe7a97ae22 /Library/Formula
parentc6f0c50ef0090514a8e554bc89f80cb8030d4156 (diff)
downloadhomebrew-25c15f64419a59006c72ab18962a90aa85d4b2b1.tar.bz2
lftp: use std env
Closes #18749.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lftp.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb
index 6edbc016a..7ceb71b68 100644
--- a/Library/Formula/lftp.rb
+++ b/Library/Formula/lftp.rb
@@ -6,6 +6,9 @@ class Lftp < Formula
mirror 'ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-4.4.8.tar.bz2'
sha1 'c825849d90b8132ed43ea5b73fdbb6a63f3e44de'
+ # https://github.com/mxcl/homebrew/issues/18749
+ env :std
+
depends_on 'pkg-config' => :build
depends_on 'readline'
depends_on 'gnutls'