diff options
Diffstat (limited to 'misc/kde3-i18n/Makefile')
-rw-r--r-- | misc/kde3-i18n/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 7077427813f1..dfbb1ef52681 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -19,12 +19,15 @@ RUN_DEPENDS+=\ ${PREFIX}/share/locale/ja/entry.desktop:${PORTSDIR}/japanese/kde3-i18n \ ${PREFIX}/share/locale/fr/entry.desktop:${PORTSDIR}/french/kde3-i18n \ ${PREFIX}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \ + ${PREFIX}/share/locale/he/entry.desktop:${PORTSDIR}/hebrew/kde3-i18n \ + ${PREFIX}/share/locale/hu/entry.desktop:${PORTSDIR}/hungarian/kde3-i18n \ ${PREFIX}/share/locale/ko/entry.desktop:${PORTSDIR}/korean/kde3-i18n \ ${PREFIX}/share/locale/ru/entry.desktop:${PORTSDIR}/russian/kde3-i18n \ - ${PREFIX}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/kde3-i18n + ${PREFIX}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/kde3-i18n \ + ${PREFIX}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n -.for LANG in af ar az bg bs ca cs da el en_GB eo es et fi he hr hu id is it \ - lt lv mt nb nl nn pl ro sk sl sr sv ta th tr ven vi xh zu +.for LANG in af ar az bg bs ca cs da el en_GB eo es et fi hr id is it \ + lt lv mt nb nl nn pl ro sk sl sr sv ta th tr ven xh zu RUN_DEPENDS+=\ ${PREFIX}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor |