diff options
Diffstat (limited to 'chinese/xpdf/Makefile')
-rw-r--r-- | chinese/xpdf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/xpdf/Makefile b/chinese/xpdf/Makefile index 161bb338db79..8c649c8cbbb1 100644 --- a/chinese/xpdf/Makefile +++ b/chinese/xpdf/Makefile @@ -16,11 +16,11 @@ DIST_SUBDIR= ${PORTNAME}-chinese-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Chinese font support for xpdf -RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf \ - ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps \ - ${FONTSDIR}/STHeiti-Regular:${PORTSDIR}/chinese/font-std \ - ${FONTSDIR}/STSong-Light:${PORTSDIR}/chinese/font-std \ - ${FONTSDIR}/MSung-Light:${PORTSDIR}/chinese/font-std +RUN_DEPENDS= xpdf:graphics/xpdf \ + ${ADOBECMAPDIR}/ai0/CMap/Identity-H:print/adobe-cmaps \ + ${FONTSDIR}/STHeiti-Regular:chinese/font-std \ + ${FONTSDIR}/STSong-Light:chinese/font-std \ + ${FONTSDIR}/MSung-Light:chinese/font-std NO_BUILD= yes NO_ARCH= yes |