diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /ftp | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.zst freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip |
Now gettext 0.12.1 is gettext-old.
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 07c5009b305e..2cb291fbfc29 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.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index c135715caeca..afc8f9d9a6d8 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.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_BZIP2= yes diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 7b7af6d2ce01..6b6cc2d2f7f1 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.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_OPENSSL= yes WANT_GNOME= yes diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile index c35e41861c12..e9524bb92fee 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.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old .if !defined(WITHOUT_SSL) USE_OPENSSL= yes diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 83ec80d85540..754d1e60e323 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP .if !defined(WITHOUT_NLS) -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old .endif CONFLICTS= wget-* diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 55fd664ded24..4c9abc796ac7 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -24,7 +24,7 @@ MAINTAINER= sf@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP .if !defined(WITHOUT_NLS) -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old .endif CONFLICTS= wget-devel-* |