lftp: use std env

Closes Homebrew/homebrew#18749.
master
Adam Vandenberg 2013-06-09 08:36:01 -07:00
parent 5b6d330e55
commit bf706c4cc5
1 changed files with 3 additions and 0 deletions

View File

@ -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'