Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 08:27:32 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461035 - head/www/tdom
Message-ID:  <201802060827.w168RWKZ020773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802060827.w168RWKZ020773>