svn commit: r438455 - head/devel/plan9port

Alex Kozlov ak at FreeBSD.org
Thu Apr 13 17:13:35 UTC 2017


Author: ak
Date: Thu Apr 13 17:13:33 2017
New Revision: 438455
URL: https://svnweb.freebsd.org/changeset/ports/438455

Log:
  - Fix build
  
  Reported by:	pkg-fallout (via linimon)

Modified:
  head/devel/plan9port/Makefile

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Thu Apr 13 16:53:16 2017	(r438454)
+++ head/devel/plan9port/Makefile	Thu Apr 13 17:13:33 2017	(r438455)
@@ -17,7 +17,11 @@ GH_ACCOUNT=	9fans
 GH_TAGNAME=	9f34853
 USE_GITHUB=	yes
 
-BROKEN=		does not install: cleanname not found
+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
 


More information about the svn-ports-head mailing list