From f873071cf220092fc2b1a289bb07ac1a96f20904 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 25 Aug 2003 05:41:38 +0000 Subject: Chase the libintl.so shared lib version. --- archivers/dpkg/Makefile | 2 +- archivers/gtar/Makefile | 2 +- archivers/libcomprex/Makefile | 2 +- archivers/rpm/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 8409146f6cba..dbbd7b2664ef 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -13,7 +13,7 @@ DISTNAME= dpkg_${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Package maintenance system for Debian -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index ce24975a32cd..385806dfedeb 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.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext INFO= tar diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 2c486ee7aa36..61b576236c97 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.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ curl.2:${PORTSDIR}/ftp/curl \ ltdl.4:${PORTSDIR}/devel/libltdl diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 225b5b413d45..76b15c548722 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.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ popt.0:${PORTSDIR}/devel/popt .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -- cgit