diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-09-14 04:07:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-09-14 04:07:40 +0800 |
commit | 90c4a27955964075aa2c7f576da5019d013e0094 (patch) | |
tree | aa6e0a6dd2202c2d15f65d26c2353ea798b2693e /ftp/lftp | |
parent | 35e9d22f7d4b5193f3f0d18147713e7cc36903c0 (diff) | |
download | freebsd-ports-gnome-90c4a27955964075aa2c7f576da5019d013e0094.tar.gz freebsd-ports-gnome-90c4a27955964075aa2c7f576da5019d013e0094.tar.zst freebsd-ports-gnome-90c4a27955964075aa2c7f576da5019d013e0094.zip |
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/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 6 |
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 |