diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/abiword/Makefile | 2 | ||||
-rw-r--r-- | chinese/enscript/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile index 315000cb6eb0..2f43afd03b96 100644 --- a/chinese/abiword/Makefile +++ b/chinese/abiword/Makefile @@ -16,7 +16,7 @@ MAINTAINER= keith@FreeBSD.org RUN_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord \ ttfm.sh:${PORTSDIR}/chinese/ttfm \ ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ - ${LOCALBASE}/share/ghostscript/CJK/CMap/ac13/CMap/Adobe-CNS1-0:${PORTSDIR}/chinese/ghostscript6 + gs:${PORTSDIR}/print/ghostscript-gnu NO_BUILD= yes diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile index 0b6d45df875c..3b2e7875c5e1 100644 --- a/chinese/enscript/Makefile +++ b/chinese/enscript/Makefile @@ -13,7 +13,7 @@ MASTERDIR= ${.CURDIR}/../../print/enscript-letter MAINTAINER= keith@FreeBSD.org RUN_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm \ - ${LOCALBASE}/share/ghostscript/CJK/CMap/ac13/cid2code.txt:${PORTSDIR}/chinese/ghostscript6 + gs:${PORTSDIR}/print/ghostscript-gnu EXTRA_PATCHES= ${.CURDIR}/files/patch-* PLIST= ${WRKDIR}/pkg-plist |