diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:58:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:58:05 +0000 |
commit | 325c9808b65cadd4e0b1d106839a1094c90ee91b (patch) | |
tree | 75dadc0cce8409aa9d1b6143c2fcc2b63a1bd9df /converters | |
parent | 9dabce496beb89a305dcfd8964f5849be3d7bd89 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index ff9fbb978bf5..48f50a3825bf 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -20,11 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-qt INSTALL_WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WKQTVERSION= 6053b687 -USES= pkgconfig +USES= pkgconfig gmake perl5 USE_XORG= x11 xext xrender -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes -USE_GMAKE= yes HAS_CONFIGURE= yes OPTIONS_DEFINE= BUNDLED_LIBS |