diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-10 12:09:52 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-10 12:09:52 +0800 |
commit | 4993a3ecf79f96a2e34e76c3c54fd55bc0ffef1c (patch) | |
tree | c6b6c3cbb7117658b8387c9b1061adf0907407c3 /misc/kde3-i18n | |
parent | e8f93155f07d41e712ada433fb572e1b97b15f71 (diff) | |
download | freebsd-ports-gnome-4993a3ecf79f96a2e34e76c3c54fd55bc0ffef1c.tar.gz freebsd-ports-gnome-4993a3ecf79f96a2e34e76c3c54fd55bc0ffef1c.tar.zst freebsd-ports-gnome-4993a3ecf79f96a2e34e76c3c54fd55bc0ffef1c.zip |
- Fix build after recent repocopy
Submitted by: pavbot
Pointyhat to: tabthorpe
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 f72a1cd5cc6f..b7f7f3054c28 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -25,13 +25,14 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/hu/entry.desktop:${PORTSDIR}/hungarian/kde3-i18n \ ${LOCALBASE}/share/locale/ko/entry.desktop:${PORTSDIR}/korean/kde3-i18n \ ${LOCALBASE}/share/locale/ru/entry.desktop:${PORTSDIR}/russian/kde3-i18n \ + ${LOCALBASE}/share/locale/sr@Latn/entry.desktop:${PORTSDIR}/misc/kde3-i18n-sr_Latn \ ${LOCALBASE}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/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 az be bg bn br bs ca cs csb cy da el en_GB eo es et eu fa fi fy ga gl \ hi hr hsb is it kk km lt lv mk mn ms mt nb nds nl nn nso pa ro rw se sk sl \ - sr sr_Latn ss sv ta te tg th tr uz ven wa xh zu + sr ss sv ta te tg th tr uz ven wa xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor |