diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 9f9288f542da250b3c4580320056f83ecd94fb45 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /print | |
parent | 8b5ccb074541abb27ca7965ec31af65aa83fc970 (diff) | |
download | pkgsrc-9f9288f542da250b3c4580320056f83ecd94fb45.tar.gz |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/cnprint/Makefile | 3 | ||||
-rw-r--r-- | print/hpijs/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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: |