diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-19 00:36:33 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-19 00:36:33 +0000 |
commit | 5fe58e410a2bafa33def92160fb435687a9c7e30 (patch) | |
tree | 15d68b9a7bacebedc2a1187367b77d57f61bdc41 /editors/koffice-i18n | |
parent | 38d36673ee534d529016e5782f4af1b25f106392 (diff) | |
download | FreeBSD-ports-5fe58e410a2bafa33def92160fb435687a9c7e30.zip FreeBSD-ports-5fe58e410a2bafa33def92160fb435687a9c7e30.tar.gz |
Bring the i18n metaports in sync with the available i18n subports.
Diffstat (limited to 'editors/koffice-i18n')
-rw-r--r-- | editors/koffice-i18n/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile index edd4c3b..cc98085 100644 --- a/editors/koffice-i18n/Makefile +++ b/editors/koffice-i18n/Makefile @@ -16,21 +16,20 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\ ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\ - ${LOCALBASE}/share/locale/po/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\ + ${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\ ${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\ ${LOCALBASE}/share/locale/pt_BR/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n-pt_BR\ ${LOCALBASE}/share/locale/ru/LC_MESSAGES/kword.mo:${PORTSDIR}/russian/koffice-i18n\ - ${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\ + ${LOCALBASE}/share/locale/zh_CN/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_CN \ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW -.for LANG in af bg br bs ca cs cy da el en_GB eo es et fa fi hsb it \ - lo lt lv mt nb nl nn se sk sl sr sv tg th tr ven xh zu +.for LANG in af bg br ca cs cy da el en_GB eo es et fa fi hsb it \ + lo mt nb nl nn se sk sl sr sv tg th tr ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG} .endfor |