Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2017 12:54:27 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r442758 - branches/2017Q2/devel/plan9port
Message-ID:  <201706061254.v56CsRUE099331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Tue Jun  6 12:54:27 2017
New Revision: 442758
URL: https://svnweb.freebsd.org/changeset/ports/442758

Log:
  MFH: r438455
  
  - Fix build
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2017Q2/devel/plan9port/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/devel/plan9port/Makefile
==============================================================================
--- branches/2017Q2/devel/plan9port/Makefile	Tue Jun  6 11:54:09 2017	(r442757)
+++ branches/2017Q2/devel/plan9port/Makefile	Tue Jun  6 12:54:27 2017	(r442758)
@@ -20,6 +20,9 @@ USE_GITHUB=	yes
 BROKEN_ia64=	does not install: cleanname not found
 BROKEN_sparc64=	does not install: cleanname not found
 
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
+
 RUN_DEPENDS=	rc:shells/rc
 
 USES=		perl5 shebangfix tar:tgz



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