diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-24 18:44:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-24 18:44:12 +0000 |
commit | 2a2f4eef01cd7718b91db842cfcf0552d7ada608 (patch) | |
tree | b1503ce30b035c44e24274fb02da203500ae0a3d /converters/wkhtmltopdf | |
parent | a5b8ef24e5fcd8f1bd9ddb39fe88518fe72948d8 (diff) | |
download | ports-2a2f4eef01cd7718b91db842cfcf0552d7ada608.tar.gz ports-2a2f4eef01cd7718b91db842cfcf0552d7ada608.zip |
Notes
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 488cfe662ec7..a66d7a4d2dd7 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= wkhtmltopdf PORTVERSION= 0.12.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MAINTAINER= pi@FreeBSD.org @@ -16,15 +16,13 @@ BROKEN_aarch64= fails to build: error: cast from pointer to smaller type loses BROKEN_armv6= fails to build: error: Not supported ARM architecture BROKEN_armv7= fails to build: error: invalid operand for instruction BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= 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 -USES= compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl:build +USES= compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl USE_XORG= x11 xext xrender USE_PERL5= build USE_LDCONFIG= yes |