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. --- print/cnprint/Makefile | 3 ++- print/hpijs/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile index 63fdb818142..ac67f682b5b 100644 --- a/print/cnprint/Makefile +++ b/print/cnprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/21 20:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:28 jlam Exp $ DISTNAME= # PKGNAME= cnprint-3.30b @@ -26,6 +26,7 @@ HOMEPAGE= http://www.neurophys.wisc.edu/~cai/software/index.html COMMENT= Print & convert CJK style text to PostScript DIST_SUBDIR= ${PKGNAME} +PKGSRC_USE_TOOLS+= gunzip do-extract: ${MKDIR} ${WRKSRC} diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 9feec357fcb..ce4b722c586 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:07 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/15 22:02:28 jlam Exp $ DISTNAME= hpijs-1.7.1 PKGREVISION= # empty @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= # defined CPPFLAGS+= -DAPDK_BUFFER_SEND +PKGSRC_USE_TOOLS+= gzip ONLY_FOR_COMPILER= gcc do-install: -- cgit v1.2.3