diff options
| author | Adam Vandenberg | 2013-06-09 08:36:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-09 08:36:01 -0700 |
| commit | 25c15f64419a59006c72ab18962a90aa85d4b2b1 (patch) | |
| tree | 915eef41c9d89f11a8a77e9c39cd46fe7a97ae22 /Library/Formula | |
| parent | c6f0c50ef0090514a8e554bc89f80cb8030d4156 (diff) | |
| download | homebrew-25c15f64419a59006c72ab18962a90aa85d4b2b1.tar.bz2 | |
lftp: use std env
Closes #18749.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lftp.rb | 3 |
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' |
