diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /archivers | |
parent | Update to 0.12.1. This brings a shared lib bump of libintl.so. It is (diff) |
Chase the libintl.so shared lib version.
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 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 |