diff options
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 |