diff options
Diffstat (limited to 'ftp/quftp/Makefile')
-rw-r--r-- | ftp/quftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index a516385ab4e6..3495ec6d422f 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= quftp PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= quftp @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= quftp MAINTAINER= ports@FreeBSD.org COMMENT= A scriptable FTP client -LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline +LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline GNU_CONFIGURE= yes |