summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-09-13 20:07:40 +0000
committerehaupt <ehaupt@FreeBSD.org>2006-09-13 20:07:40 +0000
commit90c4a27955964075aa2c7f576da5019d013e0094 (patch)
treeaa6e0a6dd2202c2d15f65d26c2353ea798b2693e /ftp
parent35e9d22f7d4b5193f3f0d18147713e7cc36903c0 (diff)
downloadFreeBSD-ports-90c4a27955964075aa2c7f576da5019d013e0094.zip
FreeBSD-ports-90c4a27955964075aa2c7f576da5019d013e0094.tar.gz
Depend on devel/readline even if misc/compat5x is installed. If misc/compat5x
is installed ${LOCALBASE}/lib/compat/libreadline.so.5 exists and devel/readline won't be installed. PR: 101366 Submitted by: Jacula Modyun <jacula@gmail.com> (maintainer)
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 01fa0a6..05920b4 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
OpenPOWER on IntegriCloud