diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-13 13:58:43 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-13 13:58:43 +0000 |
commit | 17c9b94635992e2b9e6d1f4f877d95a80b1402b7 (patch) | |
tree | 6e16f8ce3d247e76bf159b782b6565f9c9401247 /converters | |
parent | c4b188edd7180c2bc590ba2227bf600efab71948 (diff) | |
download | ports-17c9b94635992e2b9e6d1f4f877d95a80b1402b7.tar.gz ports-17c9b94635992e2b9e6d1f4f877d95a80b1402b7.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index ec68e4dfe62c..76f9a2748c18 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -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 |