svn commit: r363705 - head/x11-fonts/tv-fonts

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 1 12:54:37 UTC 2014


Author: amdmi3
Date: Fri Aug  1 12:54:36 2014
New Revision: 363705
URL: http://svnweb.freebsd.org/changeset/ports/363705
QAT: https://qat.redports.org/buildarchive/r363705/

Log:
  - Add run-depend on fc-cache, it's called from plist
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/tv-fonts/Makefile

Modified: head/x11-fonts/tv-fonts/Makefile
==============================================================================
--- head/x11-fonts/tv-fonts/Makefile	Fri Aug  1 12:51:23 2014	(r363704)
+++ head/x11-fonts/tv-fonts/Makefile	Fri Aug  1 12:54:36 2014	(r363705)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tv-fonts
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://dl.bytesex.org/releases/${PORTNAME}/
 
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 RUN_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
-		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
+		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
 USES=		gmake tar:bzip2
 


More information about the svn-ports-head mailing list