diff options
author | lofi <lofi@FreeBSD.org> | 2005-11-05 19:19:58 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-11-05 19:19:58 +0800 |
commit | 00de3f31a1ff9c2a6cf084063cb82998246d8f3e (patch) | |
tree | bc2706cf04d0653b9eda5eb10e4f39f6d02b447a /editors/koffice-i18n | |
parent | d8a9fc2c8ef2a48979c4c3913a711ec74d4d27d6 (diff) | |
download | freebsd-ports-gnome-00de3f31a1ff9c2a6cf084063cb82998246d8f3e.tar.gz freebsd-ports-gnome-00de3f31a1ff9c2a6cf084063cb82998246d8f3e.tar.zst freebsd-ports-gnome-00de3f31a1ff9c2a6cf084063cb82998246d8f3e.zip |
Update to KDE 3.4.3 / KOffice 1.4.2
Diffstat (limited to 'editors/koffice-i18n')
-rw-r--r-- | editors/koffice-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile index 977d29a6f36a..7268cb65796b 100644 --- a/editors/koffice-i18n/Makefile +++ b/editors/koffice-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -30,7 +30,7 @@ RUN_DEPENDS+=\ ${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 \ +.for LANG in af bg br bs ca cs cy da el en_GB eo es et eu 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} |