Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 17:13:33 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438455 - head/devel/plan9port
Message-ID:  <201704131713.v3DHDXhq041630@repo.freebsd.org>

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



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