diff options
author | maho <maho@FreeBSD.org> | 2005-02-15 06:21:59 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-15 06:21:59 +0000 |
commit | d0e9ff37f804d81c93b92806ebdb16ca23aa6ce6 (patch) | |
tree | bf40385f70cf5fc9b0fcf67944247686afcd1e65 /editors/openoffice.org-2/files | |
parent | 35c9dae320d986c32805771221425aaa8d382230 (diff) | |
download | FreeBSD-ports-d0e9ff37f804d81c93b92806ebdb16ca23aa6ce6.zip FreeBSD-ports-d0e9ff37f804d81c93b92806ebdb16ca23aa6ce6.tar.gz |
Change dependency for default Japanese font from Kochi to Sazanami
Suggested by: daichi
Diffstat (limited to 'editors/openoffice.org-2/files')
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.localized | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.localized b/editors/openoffice.org-2/files/Makefile.localized index 8d8e5e5..6484aa3 100644 --- a/editors/openoffice.org-2/files/Makefile.localized +++ b/editors/openoffice.org-2/files/Makefile.localized @@ -89,7 +89,7 @@ LANG_PKGNAME= ${LOCALIZED_LANG} .if ${LOCALIZED_LANG} == "ja" CATEGORIES= japanese LANG_PKGNAME= ${LOCALIZED_LANG} -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/sazanami-mincho.ttf:${PORTSDIR}/japanese/sazanami-ttf .endif ################################################################ .if ${LOCALIZED_LANG} == "kn-IN" |