diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-21 17:17:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-21 17:17:08 +0000 |
commit | 33d34107b617a6ffdc4e9f6cbd4c12523fbb9cd4 (patch) | |
tree | 277817b8c6f7557ffe5e8dfcc42a1052b971de80 /editors/openoffice.org-1.0 | |
parent | 8e2f7cb409db55368ba7449bec18320e75f27318 (diff) | |
download | ports-33d34107b617a6ffdc4e9f6cbd4c12523fbb9cd4.tar.gz ports-33d34107b617a6ffdc4e9f6cbd4c12523fbb9cd4.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index b18e237095a2..d98eda3309ef 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -76,8 +76,10 @@ CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS USE_LANG= en_US.ISO8859-15 LANG_LIST= en_US.ISO8859-15 en_US.ISO8859-1 US-ASCII .else +.if !defined(USE_LANG) USE_LANG= ${LANG} .endif +.endif LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` |