diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /mail | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.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 'mail')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 7cf8d21f7c6..d71b13f9b3d 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:21 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $ DISTNAME= Mail-Mbox-MessageParser-1.20 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,8 @@ DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/Mbox/MessageParser/.packlist +USE_TOOLS+= grep gzip + SETTINGS+= INSTALLDIRS=site # XXX: might need adaptation if the programs are not # in the base system |