svn commit: r421641 - head/converters/wkhtmltopdf

John Marino marino at FreeBSD.org
Fri Sep 9 23:27:42 UTC 2016


Author: marino
Date: Fri Sep  9 23:27:41 2016
New Revision: 421641
URL: https://svnweb.freebsd.org/changeset/ports/421641

Log:
  converters/wkhtmltopdf: Document SSL build requirement
  
  Approved by:	SSL blanket

Modified:
  head/converters/wkhtmltopdf/Makefile

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Fri Sep  9 22:22:43 2016	(r421640)
+++ head/converters/wkhtmltopdf/Makefile	Fri Sep  9 23:27:41 2016	(r421641)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/
 		libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
 
-USES=		gmake iconv jpeg perl5 pkgconfig
+USES=		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