svn commit: r362560 - head/x11-fonts/sourcesanspro-ttf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 22 17:50:53 UTC 2014


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


More information about the svn-ports-all mailing list