diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-30 09:14:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-30 09:14:50 +0800 |
commit | 2931e8afafa847be395b0de3f4e16dea6dadbfbb (patch) | |
tree | c370a213456427e8df25f00ca7e672a0299745b5 /print/latex-cjk | |
parent | ef65ee3cb65eb949422adf33a26d302def9d1cd0 (diff) | |
download | freebsd-ports-gnome-2931e8afafa847be395b0de3f4e16dea6dadbfbb.tar.gz freebsd-ports-gnome-2931e8afafa847be395b0de3f4e16dea6dadbfbb.tar.zst freebsd-ports-gnome-2931e8afafa847be395b0de3f4e16dea6dadbfbb.zip |
- Depends on package as latex may come from print/latex instead of teTeX
- While doing so, use package dependency for fonts, too
Submitted by: brian
Diffstat (limited to 'print/latex-cjk')
-rw-r--r-- | print/latex-cjk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile index a529d6cb6b07..a2874478bb97 100644 --- a/print/latex-cjk/Makefile +++ b/print/latex-cjk/Makefile @@ -17,8 +17,8 @@ DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= rafan@FreeBSD.org COMMENT= A LaTeX2e macro package which enables the use of CJK scripts -RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ - latex:${PORTSDIR}/print/teTeX \ +RUN_DEPENDS= zh-arphicttf>=0:${PORTSDIR}/chinese/arphicttf \ + teTeX>=0:${PORTSDIR}/print/teTeX \ ttf2pk:${PORTSDIR}/print/freetype-tools BUILD_DEPENDS= ${RUN_DEPENDS} \ ${LOCALBASE}/share/ttf2pt1/maps/cugb.map:${PORTSDIR}/chinese/ttf2pt1 \ |