aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2009-06-21 12:07:39 +0800
committermaho <maho@FreeBSD.org>2009-06-21 12:07:39 +0800
commit22443359373d4ed639ffa653f21c08aa5eda339a (patch)
tree846ca33c99652383c4278fbea3c1172fed0fbfc5 /editors/openoffice-3
parent231f88d7580a5c4f3745e633b2ba81415325e1e1 (diff)
downloadfreebsd-ports-gnome-22443359373d4ed639ffa653f21c08aa5eda339a.tar.gz
freebsd-ports-gnome-22443359373d4ed639ffa653f21c08aa5eda339a.tar.zst
freebsd-ports-gnome-22443359373d4ed639ffa653f21c08aa5eda339a.zip
Fix japanese font dependency.
PR: 135617 Spotted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/Makefile.localized2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/Makefile.localized b/editors/openoffice-3/files/Makefile.localized
index 01bf95d9d315..321b84500718 100644
--- a/editors/openoffice-3/files/Makefile.localized
+++ b/editors/openoffice-3/files/Makefile.localized
@@ -162,7 +162,7 @@ LANG_PKGNAME= ${LOCALIZED_LANG}
.if ${LOCALIZED_LANG} == "ja"
CATEGORIES+= japanese
LANG_PKGNAME= ${LOCALIZED_LANG}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/TrueType/ipam.ttf:${PORTSDIR}/japanese/ipa-ttfonts
+RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:${PORTSDIR}/japanese/font-std
.endif
################################################################
.if ${LOCALIZED_LANG} == "ka"