diff options
author | wiz <wiz> | 2011-10-31 22:32:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-10-31 22:32:41 +0000 |
commit | 97105c3809817b37e8e5ce5af028bc669592829e (patch) | |
tree | c6b4924f95324d7becdbcf8f27c88c4039c2e7f6 /mail/p5-MIME-tools | |
parent | a9d127e6aef774401ffeb6579d9f556abf4089ac (diff) | |
download | pkgsrc-97105c3809817b37e8e5ce5af028bc669592829e.tar.gz |
Add p5-Test-Deep as build dependency.
Actually, it should be a test dependency, but pkgsrc doesn't support this.
Diffstat (limited to 'mail/p5-MIME-tools')
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index dc3e4475cd5..4358f577a76 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/08/07 08:09:01 tron Exp $ +# $NetBSD: Makefile,v 1.38 2011/10/31 22:32:41 wiz Exp $ DISTNAME= MIME-tools-5.502 PKGNAME= p5-${DISTNAME} @@ -17,6 +17,8 @@ DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools +# actually, test dependency +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep PKG_INSTALLATION_TYPES= overwrite pkgviews |