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

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 19 18:01:50 UTC 2015


Author: bapt
Date: Thu Mar 19 18:01:49 2015
New Revision: 381643
URL: https://svnweb.freebsd.org/changeset/ports/381643
QAT: https://qat.redports.org/buildarchive/r381643/

Log:
  Needs mkfontdir at build time

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

Modified: head/x11-fonts/tv-fonts/Makefile
==============================================================================
--- head/x11-fonts/tv-fonts/Makefile	Thu Mar 19 17:59:17 2015	(r381642)
+++ head/x11-fonts/tv-fonts/Makefile	Thu Mar 19 18:01:49 2015	(r381643)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://dl.bytesex.org/rele
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	Number of fonts which are useful for TV applications
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 USES=		gmake fonts tar:bzip2
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list