diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kde3-i18n/Makefile | 5 | ||||
-rw-r--r-- | misc/kde4-l10n/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 26cc6f2..5700015 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -23,10 +23,13 @@ RUN_DEPENDS+=\ ${PREFIX}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/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 pt pt_BR ro sk sl sr sv ta th tr ven vi xh zu + lt lv mt nb nl nn pl ro sk sl sr sv ta th tr ven vi xh zu RUN_DEPENDS+=\ ${PREFIX}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor +RUN_DEPENDS+=\ +${PREFIX}/share/locale/pt/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n \ +${PREFIX}/share/locale/pt_BR/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n-pt_BR .for ZH in zh_CN zh_TW RUN_DEPENDS+=\ ${PREFIX}/share/locale/${ZH}/entry.desktop:${PORTSDIR}/chinese/kde3-i18n-${ZH} diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 26cc6f2..5700015 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -23,10 +23,13 @@ RUN_DEPENDS+=\ ${PREFIX}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/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 pt pt_BR ro sk sl sr sv ta th tr ven vi xh zu + lt lv mt nb nl nn pl ro sk sl sr sv ta th tr ven vi xh zu RUN_DEPENDS+=\ ${PREFIX}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor +RUN_DEPENDS+=\ +${PREFIX}/share/locale/pt/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n \ +${PREFIX}/share/locale/pt_BR/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n-pt_BR .for ZH in zh_CN zh_TW RUN_DEPENDS+=\ ${PREFIX}/share/locale/${ZH}/entry.desktop:${PORTSDIR}/chinese/kde3-i18n-${ZH} |