summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhira <hira>2007-10-08 15:06:07 +0000
committerhira <hira>2007-10-08 15:06:07 +0000
commitc03a735004d756c8db041895d14c67a2e7fb4272 (patch)
treec771128712e4f9117e8d815e1f9f90d9c4ebcf2e /misc
parent2ae3f8257b7c56b31170c9bc2edb0dde1ab936c3 (diff)
downloadpkgsrc-c03a735004d756c8db041895d14c67a2e7fb4272.tar.gz
- Add missing languages to OO_SUPPORTED_LANGUAGES.
- Correct reference of the language list in comment.
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice2/options.mk18
1 files changed, 10 insertions, 8 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk
index f5753d22f59..1ed4cca1669 100644
--- a/misc/openoffice2/options.mk
+++ b/misc/openoffice2/options.mk
@@ -1,16 +1,18 @@
-# $NetBSD: options.mk,v 1.13 2007/10/08 07:05:14 hira Exp $
+# $NetBSD: options.mk,v 1.14 2007/10/08 15:06:07 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2
PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde
PKG_OPTIONS_OPTIONAL_GROUPS= browser
PKG_OPTIONS_GROUP.browser= firefox seamonkey # firefox-gtk1 seamonkey-gtk1
-# The list from instsetoo_native/util/pack.lst:OpenOfficeLanguagepack.
-OO_SUPPORTED_LANGUAGES= en-US af as-IN be-BY bg br bs ca cs da de dz \
- el en-GB en-ZA es et fi fr ga gl gu he hi-IN \
- hr hu it ja ka km ko lt mk ml-IN mr-IN nb ne \
- nl nn nr ns or-IN pa-IN pl pt ru rw sh-YU sk \
- sl sr-CS ss st sv sw-TZ ta te-IN tg th ti-ER \
- tr ts uk ur-IN ve vi xh zh-CN zh-TW zu
+# The list from solenv/inc/postset.mk:completelangiso.
+OO_SUPPORTED_LANGUAGES= af ar as-IN be-BY bg br bn bn-BD bn-IN bs ca \
+ cs cy da de dz el en-GB en-US en-ZA eo es et \
+ eu fa fi fr ga gl gu-IN he hi-IN hr hu it ja \
+ ka km kn-IN ko ku lo lt lv mk ms ml-IN mr-IN \
+ ne nb nl nn nr ns or-IN pa-IN pl pt pt-BR ru \
+ rw sk sl sh-YU sr-CS ss st sv sw sw-TZ sx \
+ te-IN ti-ER ta-IN th tn tr ts tg ur-IN uk ve \
+ vi xh zh-CN zh-TW zu
.for l in ${OO_SUPPORTED_LANGUAGES}
PKG_SUPPORTED_OPTIONS+= lang-${l}
.endfor