aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-ko/Makefile
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2020-08-03 16:39:29 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2020-08-03 16:39:29 +0000
commitdc6e39499677bb3de4e7a39684a8ad10b909e78a (patch)
treec2df3d11549a69c1fa23c73c7c88ed083778de20 /misc/freebsd-doc-ko/Makefile
parent2642ced69926ed6d4092efbe632bf5abbf2235be (diff)
downloadports-dc6e39499677bb3de4e7a39684a8ad10b909e78a.tar.gz
ports-dc6e39499677bb3de4e7a39684a8ad10b909e78a.zip
Update to r54389 from the FreeBSD docset.
Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=544083
Diffstat (limited to 'misc/freebsd-doc-ko/Makefile')
-rw-r--r--misc/freebsd-doc-ko/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-ko/Makefile b/misc/freebsd-doc-ko/Makefile
index d0db4debbd19..43d8760dde8e 100644
--- a/misc/freebsd-doc-ko/Makefile
+++ b/misc/freebsd-doc-ko/Makefile
@@ -14,6 +14,6 @@ DOCLANG= ko_KR.UTF-8
.include "${MASTERDIR}/Makefile"
-.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
+.if ${PORT_OPTIONS:MPDF}
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf
.endif