aboutsummaryrefslogtreecommitdiffstats
path: root/misc/freebsd-doc-zh_cn
diff options
context:
space:
mode:
authorblackend <blackend@FreeBSD.org>2018-01-22 21:07:46 +0800
committerblackend <blackend@FreeBSD.org>2018-01-22 21:07:46 +0800
commit8d1e63a7d31e072b1d5592a33efb84b5e725096d (patch)
tree4c839f763b9f3f57abc78f8a6d0058c64d893335 /misc/freebsd-doc-zh_cn
parent23277df26e602e740e98cbbc998a2efb948a7e1c (diff)
downloadfreebsd-ports-gnome-8d1e63a7d31e072b1d5592a33efb84b5e725096d.tar.gz
freebsd-ports-gnome-8d1e63a7d31e072b1d5592a33efb84b5e725096d.tar.zst
freebsd-ports-gnome-8d1e63a7d31e072b1d5592a33efb84b5e725096d.zip
Update to r51391 of the FreeBSD docset.
Move dependencies on non-english fonts to localized Makefiles [1] PR: 192118 [1] Submitted by: Toni Ballesta <info@aballesta.es>
Diffstat (limited to 'misc/freebsd-doc-zh_cn')
-rw-r--r--misc/freebsd-doc-zh_cn/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/freebsd-doc-zh_cn/Makefile b/misc/freebsd-doc-zh_cn/Makefile
index 054d46cb9956..7f2dda1d8702 100644
--- a/misc/freebsd-doc-zh_cn/Makefile
+++ b/misc/freebsd-doc-zh_cn/Makefile
@@ -14,3 +14,7 @@ DOCLANG= zh_CN.UTF-8
DOCLANG_PREFIX= zh_CN
.include "${MASTERDIR}/Makefile"
+
+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf
+.endif