diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:19:10 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:19:10 +0000 |
commit | d83170403eb0a9c168b8d20a0d37ce95ef451628 (patch) | |
tree | 94314b861ada07c1c8c5a9b7afeb74740c664509 /print/cups-pstoraster | |
parent | 605c645403a0942e8cd24ba195e6810f900a5caf (diff) |
Notes
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r-- | print/cups-pstoraster/Makefile | 4 | ||||
-rw-r--r-- | print/cups-pstoraster/files/extra-patch-lib_cidfmap | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 1a61058a94d4..df0c31c13394 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups-pstoraster PORTVERSION= 8.15.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_EASYSW} MASTER_SITE_SUBDIR= ghostscript/${PORTVERSION} @@ -20,7 +20,7 @@ COMMENT= Postscript interpreter for CUPS printing to non-PS printers LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image .if defined(WITH_CJK) -RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/ipag.ttf:${PORTSDIR}/japanese/ipa-ttfonts \ +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:${PORTSDIR}/japanese/font-std \ ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_cidfmap .endif diff --git a/print/cups-pstoraster/files/extra-patch-lib_cidfmap b/print/cups-pstoraster/files/extra-patch-lib_cidfmap index a231ec0f220e..88790f724b56 100644 --- a/print/cups-pstoraster/files/extra-patch-lib_cidfmap +++ b/print/cups-pstoraster/files/extra-patch-lib_cidfmap @@ -4,8 +4,8 @@ % /ShinGo-Bold /HeiseiKakuGo-W5 ; % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ; % -+/Ryumin-Light << /FileType /TrueType /Path (Ryumin-Light.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; -+/GothicBBB-Medium << /FileType /TrueType /Path (GothicBBB-Medium.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; ++/Ryumin-Light << /FileType /TrueType /Path (Ryumin-Light) /SubfontID 0 /CSI [(Japan1) 3] >> ; ++/GothicBBB-Medium << /FileType /TrueType /Path (GothicBBB-Medium) /SubfontID 0 /CSI [(Japan1) 3] >> ; + +/HeiseiMin-W3 /Ryumin-Light ; +%/HeiseiMin-W3 /WadaMin-Regular ; |