diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 19:53:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 19:53:56 +0000 |
commit | 7cc398a386f7b06ef8225517629ac3d129370fec (patch) | |
tree | 7b23888094879f383e39fc4706cd67ea62f59ec5 /misc/koffice-i18n | |
parent | 95aabe5578e4bbb2182fc34fd21985ed7c3948a2 (diff) | |
download | ports-7cc398a386f7b06ef8225517629ac3d129370fec.tar.gz ports-7cc398a386f7b06ef8225517629ac3d129370fec.zip |
Notes
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 6edeb8f7852e..edd4c3bdf25a 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} |