svn commit: r442758 - branches/2017Q2/devel/plan9port

Alex Kozlov ak at FreeBSD.org
Tue Jun 6 12:54:28 UTC 2017


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


More information about the svn-ports-branches mailing list