summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-01-24 11:00:39 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-01-24 11:00:39 +0000
commit7b319b09449110572c3f52217430f9cb96951dd1 (patch)
treea24688c3789b38f0c9f9e9c63d8b3bed49c1c697 /editors
parentcall set_emu_tli() _after_ logging is initialized (diff)
The handbook is no longer installed if the RES_GER variable is missing.
In 1.01 we got a builderror if it was defined twice, in 1.02 we get no handbook at all if it is not defined.
Notes
Notes: svn path=/head/; revision=73936
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 e9cf12a85655..d8c3d826bf3b 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-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
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
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index e9cf12a85655..d8c3d826bf3b 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/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