diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-24 11:00:39 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-24 11:00:39 +0000 |
commit | 7b319b09449110572c3f52217430f9cb96951dd1 (patch) | |
tree | a24688c3789b38f0c9f9e9c63d8b3bed49c1c697 /editors/openoffice.org-1.0/Makefile | |
parent | e2ba203aa644a7ec63d6431162d567dcc2a130d4 (diff) | |
download | ports-7b319b09449110572c3f52217430f9cb96951dd1.tar.gz ports-7b319b09449110572c3f52217430f9cb96951dd1.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index e9cf12a85655..d8c3d826bf3b 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -71,7 +71,7 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && ${LANG_EXT}!=49 +.if defined(LANG_EXT) CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif .endif |