diff options
author | grant <grant> | 2004-07-10 03:14:45 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-10 03:14:45 +0000 |
commit | 358562674116381cd1337f7105f642c29d9e153e (patch) | |
tree | 7a2e236289df4a498629951275755bf8894242df /net | |
parent | 010c2de87f1ec16bd3973a12b91232c54c165a5f (diff) | |
download | pkgsrc-358562674116381cd1337f7105f642c29d9e153e.tar.gz |
this uses a c and c++ compiler.
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 70796708316..1b821fb3e75 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2004/06/14 08:42:17 salo Exp $ +# $NetBSD: Makefile,v 1.46 2004/07/10 03:14:45 grant Exp $ # DISTNAME= lftp-3.0.6 @@ -20,6 +20,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_GNU_READLINE= # uses GNU readline internal _rl_mark_modified_lines |