Date: Fri, 1 Aug 2014 12:54:37 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363705 - head/x11-fonts/tv-fonts Message-ID: <201408011254.s71CsbJ5077920@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011254.s71CsbJ5077920>