svn commit: r461035 - head/www/tdom

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 6 08:27:33 UTC 2018


Author: gahr
Date: Tue Feb  6 08:27:32 2018
New Revision: 461035
URL: https://svnweb.freebsd.org/changeset/ports/461035

Log:
  www/tdom: fix build

Modified:
  head/www/tdom/Makefile

Modified: head/www/tdom/Makefile
==============================================================================
--- head/www/tdom/Makefile	Tue Feb  6 05:42:56 2018	(r461034)
+++ head/www/tdom/Makefile	Tue Feb  6 08:27:32 2018	(r461035)
@@ -33,6 +33,7 @@ HTML5_DESC=	Enable parsing of HTML5 (requires gumbo)
 HTML5_LIB_DEPENDS=libgumbo.so:devel/gumbo
 HTML5_CONFIGURE_ENABLE=html5
 HTML5_CFLAGS=	-I${LOCALBASE}/include
+HTML5_USES=	pkgconfig
 MAKE_ARGS+=	RANLIB_STUB=:
 
 post-install-DOCS-on:


More information about the svn-ports-head mailing list