From cd9be87f0419537d12e56bab5c0f4518ec699ff7 Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 18 Jun 2002 06:01:16 +0000 Subject: Fix variable Submitted by: Hiromi Kimura --- editors/openoffice-1.0/Makefile | 2 +- editors/openoffice.org-1.0/Makefile | 2 +- editors/openoffice/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index db5af5866581..6481466ae503 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -30,7 +30,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && LANG_EXT!=49 +.if defined(LANG_EXT) && ${LANG_EXT}!=49 CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} .endif diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index db5af5866581..6481466ae503 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -30,7 +30,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && LANG_EXT!=49 +.if defined(LANG_EXT) && ${LANG_EXT}!=49 CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} .endif diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index db5af5866581..6481466ae503 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -30,7 +30,7 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}- # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && LANG_EXT!=49 +.if defined(LANG_EXT) && ${LANG_EXT}!=49 CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} .endif -- cgit