diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-13 19:53:56 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-13 19:53:56 +0000 |
commit | 5c676f09c2d91424978ca13722eec327b5aae91f (patch) | |
tree | 463ca5afd5b1b12c5bcd93faab8e67ad4a0ff89c /misc/koffice-i18n | |
parent | 43e7250869c43e235d841c913d6fba6769c614b2 (diff) | |
download | FreeBSD-ports-5c676f09c2d91424978ca13722eec327b5aae91f.zip FreeBSD-ports-5c676f09c2d91424978ca13722eec327b5aae91f.tar.gz |
Update to KOffice 1.3.5
Diffstat (limited to 'misc/koffice-i18n')
-rw-r--r-- | misc/koffice-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/koffice-i18n/Makefile b/misc/koffice-i18n/Makefile index 6edeb8f..edd4c3b 100644 --- a/misc/koffice-i18n/Makefile +++ b/misc/koffice-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -29,7 +29,7 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW -.for LANG in af bg bs ca cs 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 fa fi hsb it \ lo lt lv 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} |