From b0d3474b147f5857f2116e7e2305a337792e6f1f Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 23 Mar 2015 21:55:03 +0000 Subject: Fix build. Add a missing dependency, accidentally removed in r381876. --- games/xjewel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 9cf74c64bee3..3bc4a51ff6d4 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -11,7 +11,8 @@ EXTRACT_SUFX= .tar.z MAINTAINER= ports@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 -- cgit