aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-07-01 23:22:55 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-07-01 23:23:54 +0000
commitbf35eb0b7416b5a22ead54456b7639873929836e (patch)
treeca68dbcaffc33dd33ef5c2b4a2e71d18f4640d39
parent9e53aba035b7fbf28672eb8789c8e513110d0df0 (diff)
downloadports-bf35eb0b7416b5a22ead54456b7639873929836e.tar.gz
ports-bf35eb0b7416b5a22ead54456b7639873929836e.zip
misc/freebsd-doc-*: Fix build after 8a58bfbff89d
Reported by: pkg-fallout
-rw-r--r--misc/freebsd-doc-en/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 0e5114bdc4d6..372a77e37c1e 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -67,7 +67,7 @@ PLIST_FORMATS+= ${O:tl:S,_,-,}
.if ${PORT_OPTIONS:MPDF}
BUILD_DEPENDS+= fop:textproc/fop \
- ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \
+ ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-Regular.ttf:x11-fonts/gentium-plus \
${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \
${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu
.endif