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 /archivers | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | freebsd-ports-graphics-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz freebsd-ports-graphics-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.zst freebsd-ports-graphics-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip |
Now gettext 0.12.1 is gettext-old.
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 2e8e94756bf..1c166c67393 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 4d7891b5ae3..5978da07358 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 58c027d2797..106aabc3e69 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 ea29c0fd17f..99c45201f00 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 |