diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-19 12:04:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-19 12:04:27 +0000 |
commit | 13cc15593043e6917acf85842e2c1adc36daad55 (patch) | |
tree | 3cda7d5b60be301acb9de94f59ce4e153a3e85f7 /misc/kde3-i18n | |
parent | d61d3045ff9d8ad8d9db4c60d98838d25e46b6f3 (diff) | |
download | ports-13cc15593043e6917acf85842e2c1adc36daad55.tar.gz ports-13cc15593043e6917acf85842e2c1adc36daad55.zip |
Notes
Diffstat (limited to 'misc/kde3-i18n')
-rw-r--r-- | misc/kde3-i18n/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index d70eb2badf39..6a7fa13d51cb 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -23,10 +23,11 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/hu/entry.desktop:${PORTSDIR}/hungarian/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/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ + ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n .for LANG in af ar bg bs ca cs da el en_GB eo es et fa fi hr is it \ - lt mk mt nb nl nn nso pl ro sk sl sr sv ta th tr ven xh zu + lt mk mt nb nl nn nso ro sk sl sr sv ta th tr ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor |