diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-05-18 13:41:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-05-18 13:41:17 +0000 |
commit | 9849894e87452d67714b7eee7ace4493a6a54af5 (patch) | |
tree | bccc7e8ffa2fdcf088b879d30cebe9eed27a39d4 | |
parent | 08865bed1db639108c7f16f2b55271ff5bff2ade (diff) | |
download | ports-9849894e87452d67714b7eee7ace4493a6a54af5.tar.gz ports-9849894e87452d67714b7eee7ace4493a6a54af5.zip |
Notes
-rw-r--r-- | misc/kde3-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 762c52f20634..17336682100f 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -7,7 +7,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -31,7 +31,7 @@ RUN_DEPENDS+=\ ${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 \ + hi hr is it kk km lt lv mk mn ms nb nds nl nn pa ro rw se sk sl \ 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} |