diff options
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 5199325f8608..3e74c23abe1f 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.8.3 -PORTREVISION= 1 +PORTVERSION= 4.8.4 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ @@ -26,14 +25,6 @@ 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 -.if !exists(/usr/lib/libreadline.so) -CONFIGURE_ARGS+= --with-readline=${LOCALBASE} -.else -CONFIGURE_ARGS+= --with-readline=/usr -.endif - PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO |