converters/wkhtmltopdf: add run-dependency on x11-fonts/webfonts
- otherwise characters are rendered as small blocks PR: 189424 Submitted by: Vick Khera <vivek@khera.org>
This commit is contained in:
parent
c4b188edd7
commit
17c9b94635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472325
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= wkhtmltopdf
|
||||
PORTVERSION= 0.12.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
|
@ -19,6 +20,7 @@ BROKEN_powerpc64= fails to build: RenderObject.o: sibling call optimization to d
|
|||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st')
|
||||
|
||||
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libpng.so:graphics/png
|
||||
|
|
Loading…
Reference in a new issue