diff options
author | joerg <joerg> | 2006-01-15 19:40:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-15 19:40:02 +0000 |
commit | 7da158f0b7167498a5d3eb5f7fe41dc5b3395c79 (patch) | |
tree | b1b9d3609e0dcf6d01f519c48021e41f36b33c41 /games | |
parent | 333d77d2c7376e7a0215f89172b5680a7392f644 (diff) | |
download | pkgsrc-7da158f0b7167498a5d3eb5f7fe41dc5b3395c79.tar.gz |
Needs bdftopcf.
Diffstat (limited to 'games')
-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 9f911bd4d01..7fddab3dab5 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/15 18:27:51 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/15 19:40:02 joerg Exp $ DISTNAME= xjewel-1.6 PKGREVISION= 1 @@ -10,6 +10,6 @@ MAINTAINER= jdc@NetBSD.org COMMENT= X windows-based dropping jewels game USE_IMAKE= yes -USE_TOOLS+= gzcat +USE_TOOLS+= gzcat bdftopcf .include "../../mk/bsd.pkg.mk" |