summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 00:01:38 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 00:01:38 +0000
commit8d12135b543c962637b8d881ce079293c0cee3b4 (patch)
treeee180fe7f91e29aba8745ec99638a8ba736292e3 /german
parentFix build on -current, thanks to a patch from walt <wa1ter@myrealbox.com> (diff)
Language setting was wrong for german.
Notes
Notes: svn path=/head/; revision=93450
Diffstat (limited to 'german')
-rw-r--r--german/openoffice-1.1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/german/openoffice-1.1/Makefile b/german/openoffice-1.1/Makefile
index a69caa1c25de..6f8ec2263923 100644
--- a/german/openoffice-1.1/Makefile
+++ b/german/openoffice-1.1/Makefile
@@ -15,7 +15,7 @@ LANG_LIST= de_DE.ISO8859-15 de_AT.ISO8859-15 de_DE.ISO8859-15 \
LANG_PKGNAME= de
LANG_EXT= 49
L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
-LANG_CONFIGURE_ARG= DTCH
+LANG_CONFIGURE_ARG= GER
#
# Special case. We do not need LANG_CONFIGURE_ARG cause
# the EN_US and DE_DE versions are always built.