diff options
author | lofi <lofi@FreeBSD.org> | 2005-08-01 06:46:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-08-01 06:46:35 +0800 |
commit | 4b5b1eededbbe4297879a58f5799f035187b7b34 (patch) | |
tree | a8b5b4b2942994438957ee0cd1be904bd8602fe9 /misc/kde3-i18n | |
parent | 2508f55f39aecfd65bc85576e843abb975fd8ef5 (diff) | |
download | freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.tar.gz freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.tar.zst freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.zip |
Update to KDE 3.4.2 / KOffice 1.4.1
Diffstat (limited to 'misc/kde3-i18n')
-rw-r--r-- | misc/kde3-i18n/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 1f9c01496242..f451380a189c 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -22,13 +22,15 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \ ${LOCALBASE}/share/locale/he/entry.desktop:${PORTSDIR}/hebrew/kde3-i18n \ ${LOCALBASE}/share/locale/hu/entry.desktop:${PORTSDIR}/hungarian/kde3-i18n \ + ${LOCALBASE}/share/locale/ko/entry.desktop:${PORTSDIR}/korean/kde3-i18n \ ${LOCALBASE}/share/locale/ru/entry.desktop:${PORTSDIR}/russian/kde3-i18n \ ${LOCALBASE}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/kde3-i18n \ ${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n -.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb is it lt \ - mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu +.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb id \ + is it lt lv mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss \ + sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor |