aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-cjk
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-10-30 09:14:50 +0800
committerrafan <rafan@FreeBSD.org>2007-10-30 09:14:50 +0800
commit2931e8afafa847be395b0de3f4e16dea6dadbfbb (patch)
treec370a213456427e8df25f00ca7e672a0299745b5 /print/latex-cjk
parentef65ee3cb65eb949422adf33a26d302def9d1cd0 (diff)
downloadfreebsd-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/Makefile4
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 \