diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-28 18:22:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-28 18:22:38 +0000 |
commit | 41d8a8d4f480a49f69948bfcb8f2c1c8ae399dd5 (patch) | |
tree | ee2f09dea4bff367c9d78ac5ccd6e4ffe232c50c /net | |
parent | 8cad3749f36ea290474663034a742064f2c253f3 (diff) | |
download | pkgsrc-41d8a8d4f480a49f69948bfcb8f2c1c8ae399dd5.tar.gz |
Remove USE_BUILDLINK_ONLY as we may need ${LOCALBASE}/lib/libintl.so on
pre-current systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 1cf11b964e2..0ebdd33df9e 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/28 13:35:31 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/28 18:22:38 jlam Exp $ # DISTNAME= lftp-2.3.9 @@ -14,7 +14,6 @@ COMMENT= powerful command line ftp client GNU_CONFIGURE= YES # uses GNU readline internal variables (_rl_mark_modified_lines) USE_GNU_READLINE= YES -USE_BUILDLINK_ONLY= YES CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} USE_LIBINTL= YES |