diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2018-01-22 13:07:46 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2018-01-22 13:07:46 +0000 |
commit | cbc42e3eceff8cc192de5c10538331a64b67db64 (patch) | |
tree | 4c839f763b9f3f57abc78f8a6d0058c64d893335 /misc/freebsd-doc-ko | |
parent | c6ee9cd79739bafd7106590ef255e7a5c169cdb9 (diff) |
Notes
Diffstat (limited to 'misc/freebsd-doc-ko')
-rw-r--r-- | misc/freebsd-doc-ko/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/freebsd-doc-ko/Makefile b/misc/freebsd-doc-ko/Makefile index 270387bc3bc7..d0db4debbd19 100644 --- a/misc/freebsd-doc-ko/Makefile +++ b/misc/freebsd-doc-ko/Makefile @@ -13,3 +13,7 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= ko_KR.UTF-8 .include "${MASTERDIR}/Makefile" + +.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} +BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf +.endif |