diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-06-21 04:07:39 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-06-21 04:07:39 +0000 |
commit | bc7a0293a220823ee823272072a9f51beb69c253 (patch) | |
tree | 0c11c641f841579e4c4eeddef9f7636907ca683a /editors/openoffice-3 | |
parent | bcfe50799a068b8db9d27c5dbc2ae36707aba6d9 (diff) | |
download | ports-bc7a0293a220823ee823272072a9f51beb69c253.tar.gz ports-bc7a0293a220823ee823272072a9f51beb69c253.zip |
Fix japanese font dependency.
PR: 135617
Spotted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
Notes
Notes:
svn path=/head/; revision=236397
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" |