diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-19 18:47:32 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-19 18:47:32 +0800 |
commit | c158e7f4c5f1a22c959469bd6b2de789170c2eb8 (patch) | |
tree | 9f691509ad30c8cd3e8a545f200652bf6027a010 /editors | |
parent | 6e6ea32088e5b216ab07638c32abedacd52b3605 (diff) | |
download | freebsd-ports-gnome-c158e7f4c5f1a22c959469bd6b2de789170c2eb8.tar.gz freebsd-ports-gnome-c158e7f4c5f1a22c959469bd6b2de789170c2eb8.tar.zst freebsd-ports-gnome-c158e7f4c5f1a22c959469bd6b2de789170c2eb8.zip |
If we build a port with a language different than EN or DE, we need
to define the language EN_US too. The documention is english only
at the moment.
Bug Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 6481466ae503..a0291176fc39 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -31,7 +31,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # LANG_CONFIGURE_ARG is missing for the german port # .if defined(LANG_EXT) && ${LANG_EXT}!=49 -CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} +CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif INSTALLATION_BASEDIR= OpenOffice.org1.0 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 6481466ae503..a0291176fc39 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -31,7 +31,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # LANG_CONFIGURE_ARG is missing for the german port # .if defined(LANG_EXT) && ${LANG_EXT}!=49 -CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} +CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif INSTALLATION_BASEDIR= OpenOffice.org1.0 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 6481466ae503..a0291176fc39 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -31,7 +31,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # LANG_CONFIGURE_ARG is missing for the german port # .if defined(LANG_EXT) && ${LANG_EXT}!=49 -CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} +CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif INSTALLATION_BASEDIR= OpenOffice.org1.0 |