1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

misc/freebsd-doc-ja: unbreak after r521437

===>   ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found
===>   Installing existing package /packages/All/ja-font-ipa-00303_7.txz
Installing ja-font-ipa-00303_7...
Extracting ja-font-ipa-00303_7: .......... done
===>   ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found
*** Error code 1

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2020-01-03 10:34:40 +00:00
parent 367566da65
commit f8cf30ddc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521925

View File

@ -15,5 +15,5 @@ DOCLANG= ja_JP.eucJP
.include "${MASTERDIR}/Makefile"
.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/OTF/ipam.otf:japanese/font-ipa
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa
.endif