diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /korean | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 2 | ||||
-rw-r--r-- | korean/kde3-i18n/Makefile | 2 | ||||
-rw-r--r-- | korean/kde4-l10n/Makefile | 2 | ||||
-rw-r--r-- | korean/texinfo/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 33db61b..6683a5f 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= Well-known Korean X11 Input Method -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes diff --git a/korean/kde3-i18n/Makefile b/korean/kde3-i18n/Makefile index 86da0f1..e8f4517 100644 --- a/korean/kde3-i18n/Makefile +++ b/korean/kde3-i18n/Makefile @@ -18,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 IGNORE= Needs update from vendor. -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old USE_KDELIBS_VER=3 USE_BZIP2= yes diff --git a/korean/kde4-l10n/Makefile b/korean/kde4-l10n/Makefile index 86da0f1..e8f4517 100644 --- a/korean/kde4-l10n/Makefile +++ b/korean/kde4-l10n/Makefile @@ -18,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 IGNORE= Needs update from vendor. -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old USE_KDELIBS_VER=3 USE_BZIP2= yes diff --git a/korean/texinfo/Makefile b/korean/texinfo/Makefile index 7d672cd..98aad63 100644 --- a/korean/texinfo/Makefile +++ b/korean/texinfo/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-ko-${PORTVERSION} MAINTAINER= cjh@FreeBSD.org COMMENT= Korean enabled Texinfo formatter -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex GNU_CONFIGURE= YES |