aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/quftp/Makefile
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-05-12 19:28:17 +0800
committeritetcu <itetcu@FreeBSD.org>2009-05-12 19:28:17 +0800
commit8e65539a1529b2047b2d27802d8f60a1b7abeb15 (patch)
tree531604e4bbb6839c64352e26e5b58507e46db43b /ftp/quftp/Makefile
parent7ec2264a596c728ea5f8d50d9caf5aeae9c57e38 (diff)
downloadfreebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.gz
freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.zst
freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.zip
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6. Forgotten by: araujo@ Reported by: QAT
Diffstat (limited to 'ftp/quftp/Makefile')
-rw-r--r--ftp/quftp/Makefile4
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