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 /editors/calligra-l10n | |
parent | 084b2afd379f2883f073e11fe6c8daedfe0c6bab (diff) | |
download | ports-9d058c47e813137535abea179fc9f082a5846914.tar.gz ports-9d058c47e813137535abea179fc9f082a5846914.zip |
Move these ports to the new arabic category after the repocopies. Fix
up dependencies and add this incident to MOVED.
PR: (closed already) 57507, 57508, 57510, 57512, 57513, 57515
Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=94079
Diffstat (limited to 'editors/calligra-l10n')
-rw-r--r-- | editors/calligra-l10n/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index 8926056db8da..346d0d0897df 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -16,10 +16,11 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ + ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ - ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\ + ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\ ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\ ${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\ ${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\ @@ -28,7 +29,7 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW -.for LANG in af ar bs cs da el en_GB eo es et it \ +.for LANG in af bs cs da el en_GB eo es et it \ lt lv mt nb nl nn sk sl sv th tr ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG} |