diff options
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index ce87240fd6e..b7fd4ded70d 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index ce87240fd6e..b7fd4ded70d 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index ce87240fd6e..b7fd4ded70d 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- |