diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-11 21:25:57 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-11 21:25:57 +0000 |
commit | 7a325e6491e40f5b8019920ab62c25f5718b8ea7 (patch) | |
tree | 220eef0d4bb423caccb8b2d17fbea9c1f7c607f2 /games/xjewel | |
parent | 12cb0a983fbaeb551c25a53f8f87cd997b6253c7 (diff) | |
download | ports-7a325e6491e40f5b8019920ab62c25f5718b8ea7.tar.gz ports-7a325e6491e40f5b8019920ab62c25f5718b8ea7.zip |
Notes
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index b446afcee145..53fb6bba66ea 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,7 +3,7 @@ PORTNAME= xjewel PORTVERSION= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= XCONTRIB/../R5contrib EXTRACT_SUFX= .tar.z @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 dropping jewels game BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ - mkfontdir:x11-fonts/mkfontdir + mkfontscale>=0:x11-fonts/mkfontscale USES= fonts imake USE_XORG= x11 xext |