diff options
-rw-r--r-- | games/xjewel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |