svn commit: r382051 - head/games/xjewel

Jung-uk Kim jkim at FreeBSD.org
Mon Mar 23 21:55:04 UTC 2015


Author: jkim
Date: Mon Mar 23 21:55:03 2015
New Revision: 382051
URL: https://svnweb.freebsd.org/changeset/ports/382051
QAT: https://qat.redports.org/buildarchive/r382051/

Log:
  Fix build.  Add a missing dependency, accidentally removed in r381876.

Modified:
  head/games/xjewel/Makefile

Modified: head/games/xjewel/Makefile
==============================================================================
--- head/games/xjewel/Makefile	Mon Mar 23 21:40:19 2015	(r382050)
+++ head/games/xjewel/Makefile	Mon Mar 23 21:55:03 2015	(r382051)
@@ -11,7 +11,8 @@ EXTRACT_SUFX=	.tar.z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X11 dropping jewels game
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 USES=		fonts imake
 USE_XORG=	x11 xext


More information about the svn-ports-head mailing list