svn commit: r538044 - head/print/freetype2

Tobias C. Berner tcberner at FreeBSD.org
Fri Jun 5 18:25:06 UTC 2020


Author: tcberner
Date: Fri Jun  5 18:25:05 2020
New Revision: 538044
URL: https://svnweb.freebsd.org/changeset/ports/538044

Log:
  print/freetype2: fix build of BROTLI option
  
  Submitted by:	fluffy

Modified:
  head/print/freetype2/Makefile

Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile	Fri Jun  5 18:12:19 2020	(r538043)
+++ head/print/freetype2/Makefile	Fri Jun  5 18:25:05 2020	(r538044)
@@ -49,6 +49,7 @@ OPTIONS_SUB=	yes
 
 BROTLI_CONFIGURE_WITH=	brotli
 BROTLI_LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
+BROTLI_USES=		pkgconfig
 CONFIG_DESC=	Install freetype-config
 CONFIG_CONFIGURE_ENABLE=freetype-config
 PNG_DESC=		Png compressed OpenType embedded bitmaps support


More information about the svn-ports-all mailing list