aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-09-13 20:07:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-09-13 20:07:40 +0000
commitf94e743494f844530fd70efe673119cfac6dae68 (patch)
treeff9b65f2cb498b320f4cef8c24a71d6c1e55874f /ftp
parent59e42b17297201c17731a0dffc7c1f2cbfd06ae0 (diff)
downloadports-f94e743494f844530fd70efe673119cfac6dae68.tar.gz
ports-f94e743494f844530fd70efe673119cfac6dae68.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 01fa0a6c11cc..05920b4db969 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lftp
PORTVERSION= 3.5.4
+PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
@@ -24,8 +25,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= fm@cross-road.org.ua
COMMENT= Shell-like command line ftp client
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
- readline.5:${PORTSDIR}/devel/readline
+LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_ICONV= yes
USE_BZIP2= yes