Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 17:50:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362560 - head/x11-fonts/sourcesanspro-ttf
Message-ID:  <201407221750.s6MHoqeu009462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jul 22 17:50:52 2014
New Revision: 362560
URL: http://svnweb.freebsd.org/changeset/ports/362560
QAT: https://qat.redports.org/buildarchive/r362560/

Log:
  - Fix BUILD_DEPENDS

Modified:
  head/x11-fonts/sourcesanspro-ttf/Makefile

Modified: head/x11-fonts/sourcesanspro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/Makefile	Tue Jul 22 17:45:13 2014	(r362559)
+++ head/x11-fonts/sourcesanspro-ttf/Makefile	Tue Jul 22 17:50:52 2014	(r362560)
@@ -13,8 +13,9 @@ COMMENT=	Set of fonts by Adobe designed 
 
 LICENSE=	OFL11
 
-BUILD_DEPENDS=	mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
-		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 NO_BUILD=	yes
 USES=		zip



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