diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-24 07:06:33 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-24 07:06:33 +0000 |
commit | edb97eed559887d670649e4a18f5251d050067cb (patch) | |
tree | fdabe4e9c7b1aa4a51606e49d2cafeefc2e2e1a9 /net/lftp | |
parent | 9cb8fed6c46cfc956968a84093b133011b9818ca (diff) | |
download | pkgsrc-edb97eed559887d670649e4a18f5251d050067cb.tar.gz |
Really needs a bison to build.
Diffstat (limited to 'net/lftp')
-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 85f753c2000..4f8b899675b 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2009/06/08 10:16:22 hasso Exp $ +# $NetBSD: Makefile,v 1.87 2009/06/24 07:06:33 hasso Exp $ DISTNAME= lftp-3.7.14 CATEGORIES= net @@ -16,6 +16,7 @@ LICENSE= gnu-gpl-v3 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= bison MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ |