Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2020 18:25:05 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538044 - head/print/freetype2
Message-ID:  <202006051825.055IP5K4091405@repo.freebsd.org>

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



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