aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:36:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:36:42 +0000
commit00f5b8e8d982d5fddbec1097a9934dadee5ec924 (patch)
tree6230b88844668c140988b65c3aa2cca570812620 /ftp
parent6bc05d1eaf5c28e59e5f626eb1dcd5368ef7478c (diff)
downloadports-00f5b8e8d982d5fddbec1097a9934dadee5ec924.tar.gz
ports-00f5b8e8d982d5fddbec1097a9934dadee5ec924.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 0344bc49b934..58245fa136ac 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -42,8 +42,8 @@ OPTIONS= GNUTLS "With GnutTLS support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 602109 || (${OSVERSION} > 700000 && ${OSVERSION} < 700029)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
-RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline
+RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline
.endif
.if defined(WITH_GNUTLS)