diff options
author | Will Andrews <will@FreeBSD.org> | 2003-11-16 02:36:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-11-16 02:36:29 +0000 |
commit | 9d058c47e813137535abea179fc9f082a5846914 (patch) | |
tree | 9576c54929d8dc37ebdd33f059ee55dc1e1b55b2 /misc/kde3-i18n | |
parent | 084b2afd379f2883f073e11fe6c8daedfe0c6bab (diff) | |
download | ports-9d058c47e813137535abea179fc9f082a5846914.tar.gz ports-9d058c47e813137535abea179fc9f082a5846914.zip |
Notes
Diffstat (limited to 'misc/kde3-i18n')
-rw-r--r-- | misc/kde3-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 6a7fa13d51cb..6c4d9677f5a1 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -16,6 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ + ${LOCALBASE}/share/locale/ar/entry.desktop:${PORTSDIR}/arabic/kde3-i18n \ ${LOCALBASE}/share/locale/ja/entry.desktop:${PORTSDIR}/japanese/kde3-i18n \ ${LOCALBASE}/share/locale/fr/entry.desktop:${PORTSDIR}/french/kde3-i18n \ ${LOCALBASE}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \ @@ -26,7 +27,7 @@ RUN_DEPENDS+=\ ${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 \ +.for LANG in af bg bs ca cs da el en_GB eo es et fa fi hr is it \ 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} |