summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-23 18:12:26 +0000
committertrevor <trevor@FreeBSD.org>2004-01-23 18:12:26 +0000
commit91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch)
tree5a84519a47dd0ca85026cca0580e0af1fec9941b /japanese
parent7872193353659a903b44de624356cfc13a05687e (diff)
downloadFreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip
FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/eb/Makefile2
-rw-r--r--japanese/eb3/Makefile2
-rw-r--r--japanese/kde3-i18n/Makefile2
-rw-r--r--japanese/kde4-l10n/Makefile2
-rw-r--r--japanese/koffice-i18n/Makefile2
-rw-r--r--japanese/koffice-kde4-l10n/Makefile2
-rw-r--r--japanese/mutt-devel/Makefile4
-rw-r--r--japanese/mutt/Makefile4
-rw-r--r--japanese/vflib/Makefile2
9 files changed, 11 insertions, 11 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile
index e017df6..475646c 100644
--- a/japanese/eb/Makefile
+++ b/japanese/eb/Makefile
@@ -21,7 +21,7 @@ PATCH_SITES= ${MASTER_SITES}
MAINTAINER= takamune2004@yahoo.co.jp
COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
EBFILES= ${DISTNAME}${EXTRACT_SUFX}
LISTFILES= appendix/LIST \
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile
index e017df6..475646c 100644
--- a/japanese/eb3/Makefile
+++ b/japanese/eb3/Makefile
@@ -21,7 +21,7 @@ PATCH_SITES= ${MASTER_SITES}
MAINTAINER= takamune2004@yahoo.co.jp
COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
EBFILES= ${DISTNAME}${EXTRACT_SUFX}
LISTFILES= appendix/LIST \
diff --git a/japanese/kde3-i18n/Makefile b/japanese/kde3-i18n/Makefile
index de86fb6..66059ae 100644
--- a/japanese/kde3-i18n/Makefile
+++ b/japanese/kde3-i18n/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE3
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=3
USE_BZIP2= yes
diff --git a/japanese/kde4-l10n/Makefile b/japanese/kde4-l10n/Makefile
index de86fb6..66059ae 100644
--- a/japanese/kde4-l10n/Makefile
+++ b/japanese/kde4-l10n/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for KDE3
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=3
USE_BZIP2= yes
diff --git a/japanese/koffice-i18n/Makefile b/japanese/koffice-i18n/Makefile
index bf8c9d8..87b9835 100644
--- a/japanese/koffice-i18n/Makefile
+++ b/japanese/koffice-i18n/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for koffice
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=3
USE_BZIP2= yes
diff --git a/japanese/koffice-kde4-l10n/Makefile b/japanese/koffice-kde4-l10n/Makefile
index bf8c9d8..87b9835 100644
--- a/japanese/koffice-kde4-l10n/Makefile
+++ b/japanese/koffice-kde4-l10n/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Localized messages and documentation for koffice
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=3
USE_BZIP2= yes
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index 58a24e7..781f4be 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -27,9 +27,9 @@ COMMENT= Text-based mail client (Japanised development version)
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang \
iconv.3:${PORTSDIR}/converters/libiconv
.if !defined(WITH_GETTEXT)
-LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old
.else
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old
.endif
.if defined(WITH_MUTT_CYRUS_SASL)
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index 66ed03a..d4c85c3 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -27,9 +27,9 @@ COMMENT= Text-based mail client (Japanised Version)
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang \
iconv.3:${PORTSDIR}/converters/libiconv
.if !defined(WITH_GETTEXT)
-LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old
.else
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old
.endif
.if defined(WITH_MUTT_CYRUS_SASL)
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 197df5b..777411a 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= mita@FreeBSD.org
COMMENT= Japanese Vector font library
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts
VFLIB_VERSION= 2.25.6
OpenPOWER on IntegriCloud