diff options
author | lofi <lofi@FreeBSD.org> | 2005-07-31 22:46:35 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-07-31 22:46:35 +0000 |
commit | 4b5b1eededbbe4297879a58f5799f035187b7b34 (patch) | |
tree | a8b5b4b2942994438957ee0cd1be904bd8602fe9 /misc/koffice-i18n | |
parent | 2508f55f39aecfd65bc85576e843abb975fd8ef5 (diff) | |
download | FreeBSD-ports-4b5b1eededbbe4297879a58f5799f035187b7b34.zip FreeBSD-ports-4b5b1eededbbe4297879a58f5799f035187b7b34.tar.gz |
Update to KDE 3.4.2 / KOffice 1.4.1
Diffstat (limited to 'misc/koffice-i18n')
-rw-r--r-- | misc/koffice-i18n/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/koffice-i18n/Makefile b/misc/koffice-i18n/Makefile index 7373807..977d29a 100644 --- a/misc/koffice-i18n/Makefile +++ b/misc/koffice-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -16,6 +16,7 @@ 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\ @@ -25,11 +26,12 @@ RUN_DEPENDS+=\ ${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 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 +.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 sr@Latn sv ta tg th tr ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG} .endfor |