diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-04 12:48:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-04 12:48:08 +0000 |
commit | 9f18b4bb71ebefcf935b8a50e1b2b5a9480c5c54 (patch) | |
tree | cb7155fb408d6188d24b58e2705dfcebffa515f5 /editors/openoffice.org-3/files | |
parent | de97b436d5c8f61c054d915e86967342bb3a5a61 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.localized | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.localized b/editors/openoffice.org-3/files/Makefile.localized index 410647cd4dff..584a01df7b8b 100644 --- a/editors/openoffice.org-3/files/Makefile.localized +++ b/editors/openoffice.org-3/files/Makefile.localized @@ -341,4 +341,7 @@ BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/ LANG_PKGNAME= ${LOCALIZED_LANG} .endif ################################################################ +.if ${LOCALIZED_LANG} == "all" +ALL_LOCALIZED_LANGS=yes +.endif .endif |