svn commit: r462794 - head/converters/wkhtmltopdf

Antoine Brodin antoine at FreeBSD.org
Sat Feb 24 11:31:56 UTC 2018


Author: antoine
Date: Sat Feb 24 11:31:55 2018
New Revision: 462794
URL: https://svnweb.freebsd.org/changeset/ports/462794

Log:
  Unbreak

Modified:
  head/converters/wkhtmltopdf/Makefile

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Sat Feb 24 11:29:44 2018	(r462793)
+++ head/converters/wkhtmltopdf/Makefile	Sat Feb 24 11:31:55 2018	(r462794)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
 
-USES=		gmake iconv jpeg perl5 pkgconfig ssl:build
+USES=		compiler:env gmake iconv jpeg perl5 pkgconfig ssl:build
 USE_XORG=	x11 xext xrender
 USE_PERL5=	build
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list