svn commit: r514800 - head/converters/wkhtmltopdf

Kurt Jaeger pi at FreeBSD.org
Sat Oct 19 14:06:35 UTC 2019


Author: pi
Date: Sat Oct 19 14:06:34 2019
New Revision: 514800
URL: https://svnweb.freebsd.org/changeset/ports/514800

Log:
  converters/wkhtmltopdf: fix build by adding LIB_DEPENDS on www/qt5-webkit

Modified:
  head/converters/wkhtmltopdf/Makefile

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Sat Oct 19 13:36:09 2019	(r514799)
+++ head/converters/wkhtmltopdf/Makefile	Sat Oct 19 14:06:34 2019	(r514800)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wkhtmltopdf
 PORTVERSION=	0.12.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	converters
 
 MAINTAINER=	pi at FreeBSD.org
@@ -20,7 +20,8 @@ BROKEN_mips64=		fails to link: undefined reference to 
 RUN_DEPENDS=	webfonts>=0:x11-fonts/webfonts
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
-		libpng.so:graphics/png
+		libpng.so:graphics/png \
+		libQt5WebKit.so:www/qt5-webkit
 
 USES=		compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl
 USE_XORG=	x11 xext xrender


More information about the svn-ports-head mailing list