diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-06-12 11:28:42 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-06-12 11:28:42 +0000 |
commit | c99f2b06852e05a4ee45eb4f004985a37f4c0e04 (patch) | |
tree | 2c02e4e6842b44d28259b5fb026df166818290b2 /ftp | |
parent | 5d83f8432b7d033bf44fd415175eaebd93d287d4 (diff) | |
download | ports-c99f2b06852e05a4ee45eb4f004985a37f4c0e04.tar.gz ports-c99f2b06852e05a4ee45eb4f004985a37f4c0e04.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 14f3b0d43080..0ce5e8ddb478 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -25,6 +25,10 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes +# XXX Fix readline detection with a non-standard LOCALBASE +# To remove when m4/lftp_lib_readline.m4 is fixed upstream +CONFIGURE_ARGS+= --with-readline=${LOCALBASE} + PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO |