diff options
author | pav <pav@FreeBSD.org> | 2009-05-30 04:36:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-30 04:36:42 +0800 |
commit | e646ce2a4d5cd9a8befc2d8f8c8e125b04fce5c3 (patch) | |
tree | b292fa60c2eb3673e0c332efe1ef9b119070e8cd /ftp/lftp/Makefile | |
parent | 29b898aa5874a6ab6c708e1bd0ac7ce61c9acc01 (diff) | |
download | freebsd-ports-gnome-e646ce2a4d5cd9a8befc2d8f8c8e125b04fce5c3.tar.gz freebsd-ports-gnome-e646ce2a4d5cd9a8befc2d8f8c8e125b04fce5c3.tar.zst freebsd-ports-gnome-e646ce2a4d5cd9a8befc2d8f8c8e125b04fce5c3.zip |
- Chase readline update
Reported by: pointyhat
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
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) |