aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-18 06:01:16 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-18 06:01:16 +0000
commit1b2ce4b92e6a39b27cf86979e8fe12f7f8dbbeba (patch)
treefe6399b94ce6977183719de0114e647b74926424 /editors
parent174bb66c318a0cabd03a3cc2c26dd33a28a334c3 (diff)
downloadports-1b2ce4b92e6a39b27cf86979e8fe12f7f8dbbeba.tar.gz
ports-1b2ce4b92e6a39b27cf86979e8fe12f7f8dbbeba.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile2
-rw-r--r--editors/openoffice.org-1.0/Makefile2
-rw-r--r--editors/openoffice/Makefile2
3 files changed, 3 insertions, 3 deletions
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