svn commit: r472325 - head/converters/wkhtmltopdf

Kurt Jaeger pi at FreeBSD.org
Wed Jun 13 13:58:44 UTC 2018


Author: pi
Date: Wed Jun 13 13:58:43 2018
New Revision: 472325
URL: https://svnweb.freebsd.org/changeset/ports/472325

Log:
  converters/wkhtmltopdf: add run-dependency on x11-fonts/webfonts
  
  - otherwise characters are rendered as small blocks
  
  PR:		189424
  Submitted by:	Vick Khera <vivek at khera.org>

Modified:
  head/converters/wkhtmltopdf/Makefile

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Wed Jun 13 13:47:41 2018	(r472324)
+++ head/converters/wkhtmltopdf/Makefile	Wed Jun 13 13:58:43 2018	(r472325)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wkhtmltopdf
 PORTVERSION=	0.12.5
+PORTREVISION=	1
 CATEGORIES=	converters
 
 MAINTAINER=	pi at FreeBSD.org
@@ -19,6 +20,7 @@ BROKEN_powerpc64=	fails to build: RenderObject.o: sibl
 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


More information about the svn-ports-all mailing list