diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | f873071cf220092fc2b1a289bb07ac1a96f20904 (patch) | |
tree | 0d46dae57fd55801ba99fc6ccced0142f7ff5a2c /ftp | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | FreeBSD-ports-f873071cf220092fc2b1a289bb07ac1a96f20904.zip FreeBSD-ports-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz |
Chase the libintl.so shared lib version.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/pavuk/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget+ipv6/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 142906a..4cef418 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.lintux.cx/downloads/ MAINTAINER= lintux@debian.org COMMENT= A download accelerator -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 6b5d360..547f8c0 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -34,7 +34,7 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ MAINTAINER= fm@code.org.ua COMMENT= Shell-like command line ftp client -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= yes diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 4eeb870..92b28f2 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= HTTP, FTP and Gopher mirroring tool -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes WANT_GNOME= yes diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile index 572d236..027fbd0 100644 --- a/ftp/wget+ipv6/Makefile +++ b/ftp/wget+ipv6/Makefile @@ -27,7 +27,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP with IPv6 capability -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_SSL) USE_OPENSSL= yes diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 8e3a381..afac1bd 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes USE_PERL5_BUILD= yes diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 8e3a381..afac1bd 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes USE_PERL5_BUILD= yes |