svn commit: r381649 - head/x11-fonts/jmk-x11-fonts

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 19 18:08:58 UTC 2015


Author: bapt
Date: Thu Mar 19 18:08:56 2015
New Revision: 381649
URL: https://svnweb.freebsd.org/changeset/ports/381649
QAT: https://qat.redports.org/buildarchive/r381649/

Log:
  Fix missing build dependency
  
  Reported by:	antoine

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

Modified: head/x11-fonts/jmk-x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/jmk-x11-fonts/Makefile	Thu Mar 19 18:08:25 2015	(r381648)
+++ head/x11-fonts/jmk-x11-fonts/Makefile	Thu Mar 19 18:08:56 2015	(r381649)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.jmknoble.net/fo
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Jim Knoble's font package for X
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 USES=		fonts imake
 


More information about the svn-ports-head mailing list