diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-02 04:26:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-02 04:26:01 +0000 |
commit | 0f99a32cee3c606c2f4488e8ddf3530949f6e49e (patch) | |
tree | c21ff8066ddab2671a949a73e0426a11040bee80 /japanese | |
parent | - Make this compile with imake 4.2.0, in which the LinkFileList (diff) |
Fix libintl/libiconv dependencies.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 4 | ||||
-rw-r--r-- | japanese/eb3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 7d2e5d7e3c42..fc7c81b0a2ec 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -20,8 +20,8 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= takamune@avrl.mei.co.jp BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ + iconv.3:${PORTSDIR}/converters/libiconv EBFILES= ${DISTNAME}${EXTRACT_SUFX} LISTFILES= appendix/LIST \ diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index 7d2e5d7e3c42..fc7c81b0a2ec 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/Makefile @@ -20,8 +20,8 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= takamune@avrl.mei.co.jp BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ + iconv.3:${PORTSDIR}/converters/libiconv EBFILES= ${DISTNAME}${EXTRACT_SUFX} LISTFILES= appendix/LIST \ |