diff options
author | tnn <tnn@pkgsrc.org> | 2008-08-22 17:45:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-08-22 17:45:02 +0000 |
commit | 736247d76168e64694c31288e4df57388fdf3dc1 (patch) | |
tree | dd3f0b20b9f6bd8897ec574a1ac883b68f423170 /net | |
parent | 6ba4e278986a02c48dd4710df96a4a7c3455da54 (diff) | |
download | pkgsrc-736247d76168e64694c31288e4df57388fdf3dc1.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 83b3fedaa28..37894abed29 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2008/01/18 05:08:43 tnn Exp $ +# $NetBSD: Makefile,v 1.81 2008/08/22 17:45:02 tnn Exp $ DISTNAME= lftp-3.5.11 PKGREVISION= 1 @@ -15,6 +15,7 @@ COMMENT= Powerful command line file transfer client PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES |