aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde4-l10n
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-27 18:48:51 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-27 18:48:51 +0000
commit16c43b912dc324c60a987f378258c35514728be9 (patch)
tree15aa348b8d3650d096f6060403ba8921823a61bc /editors/koffice-kde4-l10n
parente5b1e9a033b57376d5b9c62ef5d1259024823929 (diff)
downloadports-16c43b912dc324c60a987f378258c35514728be9.tar.gz
ports-16c43b912dc324c60a987f378258c35514728be9.zip
Notes
Diffstat (limited to 'editors/koffice-kde4-l10n')
-rw-r--r--editors/koffice-kde4-l10n/Makefile3
-rw-r--r--editors/koffice-kde4-l10n/files/bsd.l10n.mk13
2 files changed, 10 insertions, 6 deletions
diff --git a/editors/koffice-kde4-l10n/Makefile b/editors/koffice-kde4-l10n/Makefile
index 9f5e2d797bc4..4bf0801dea02 100644
--- a/editors/koffice-kde4-l10n/Makefile
+++ b/editors/koffice-kde4-l10n/Makefile
@@ -20,7 +20,7 @@ NO_BUILD= yes
USE_KDE4= kdeprefix
KOFFICE2_LANG_ALL= ca ca@valencia da de el en_GB es et fr gl it ja kk \
- nb nds nl pl pt pt_BR sv tr uk zh_CN zh_TW
+ nb nds nl pl pt pt_BR ru sv tr uk wa zh_CN zh_TW
ca@valencia_PORT= editors/koffice-kde4-l10n-ca_valencia
de_PORT= german/koffice-kde4-l10n
@@ -29,6 +29,7 @@ ja_PORT= japanese/koffice-kde4-l10n
pl_PORT= polish/koffice-kde4-l10n
pt_BR_PORT= portuguese/koffice-kde4-l10n-pt_BR
pt_PORT= portuguese/koffice-kde4-l10n
+ru_PORT= russian/koffice-kde4-l10n
uk_PORT= ukrainian/koffice-kde4-l10n
zh_CN_PORT= chinese/koffice-kde4-l10n-zh_CN
zh_TW_PORT= chinese/koffice-kde4-l10n-zh_TW
diff --git a/editors/koffice-kde4-l10n/files/bsd.l10n.mk b/editors/koffice-kde4-l10n/files/bsd.l10n.mk
index 6b316f6f6a46..11ccaafa38c5 100644
--- a/editors/koffice-kde4-l10n/files/bsd.l10n.mk
+++ b/editors/koffice-kde4-l10n/files/bsd.l10n.mk
@@ -1,13 +1,16 @@
.if defined(KOFFICE2_L10N)
+MASTER_SITES?= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR?= ${KOFFICE2_BRANCH}/koffice-${PORTVERSION}/koffice-l10n/
+PKGNAMEPREFIX= ${KOFFICE2_L10N:S/@/_/}-
+DISTNAME= ${PORTNAME}-${KOFFICE2_L10N}-${PORTVERSION}
+DIST_SUBDIR= KDE/koffice-l10n
+
+BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
+
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= uic_build moc_build qmake_build rcc_build xml
USE_GETTEXT= yes
USE_KDE4= kdelibs kdehier kdeprefix automoc4
USE_CMAKE= yes
-MASTER_SITES?= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR?= ${KOFFICE2_BRANCH}/koffice-${PORTVERSION}/koffice-l10n/
-PKGNAMEPREFIX= ${KOFFICE2_L10N:S/@/_/}-
-DISTNAME= ${PORTNAME}-${KOFFICE2_L10N}-${PORTVERSION}
-DIST_SUBDIR?= KDE/kde-l10n
.endif