diff options
author | maho <maho@FreeBSD.org> | 2009-06-21 12:07:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-06-21 12:07:39 +0800 |
commit | 22443359373d4ed639ffa653f21c08aa5eda339a (patch) | |
tree | 846ca33c99652383c4278fbea3c1172fed0fbfc5 /editors/openoffice-3 | |
parent | 231f88d7580a5c4f3745e633b2ba81415325e1e1 (diff) | |
download | freebsd-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.localized | 2 |
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" |