From 419428ec4a15d9456b030da53a2a8336034141b3 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 22:02:26 +0000 Subject: Note where gzip or gunzip is required by the package since it isn't required by default any longer in bsd.pkg.mk under the new tools framework. --- fonts/jisx0212fonts/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts/jisx0212fonts') diff --git a/fonts/jisx0212fonts/Makefile b/fonts/jisx0212fonts/Makefile index 87a108f6da2..f4db2af8072 100644 --- a/fonts/jisx0212fonts/Makefile +++ b/fonts/jisx0212fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/15 22:02:27 jlam Exp $ DISTNAME= jisx0212fonts-0.0 PKGREVISION= 1 @@ -21,6 +21,8 @@ FONTS= ${DISTFILES:C/\.bdf.*$//} FONTDIR= ${PREFIX}/lib/X11/fonts/local FONTS_X11_DIRS= ${FONTDIR} +PKGSRC_USE_TOOLS+= gzip gunzip + # XXX Can we assume that ${GUNZIP_CMD} can extract .Z files? do-extract: @for f in ${DISTFILES}; do \ -- cgit v1.2.3