diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /archivers | |
parent | b6d2dde3b5f30ac582771ce6f232d0b08b60b648 (diff) |
Now gettext 0.12.1 is gettext-old.
Notes
Notes:
svn path=/head/; revision=98909
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 2 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 2 | ||||
-rw-r--r-- | archivers/libcomprex/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 2e8e94756bf2..1c166c67393f 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -14,7 +14,7 @@ DISTNAME= dpkg_${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Package maintenance system for Debian -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 4d7891b5ae3f..5978da073582 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tar archiver -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old INFO= tar diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 58c027d27973..106aabc3e69d 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupdate MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ ltdl.4:${PORTSDIR}/devel/libltdl \ curl.2:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index ea29c0fd17f6..99c45201f00b 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ MAINTAINER= ports@FreeBSD.org COMMENT= The Red Hat Package Manager -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ popt.0:${PORTSDIR}/devel/popt .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 |