diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-08 09:06:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-08 09:06:39 +0000 |
commit | 3cebf8e1bd2e0ef69bcb4e3802fe2f9a52306fd2 (patch) | |
tree | 4b2f8958d07ef2113351bcabc7c60e5325fe54d8 /net/torrentutils | |
parent | fce8c2eb4e18b06a7ef37e9487b79f29f22e9b6f (diff) | |
download | pkgsrc-3cebf8e1bd2e0ef69bcb4e3802fe2f9a52306fd2.tar.gz |
Add dependency on p5-Digest-MD5, noted by Charlie Allom.
Bump PKGREVISION.
Diffstat (limited to 'net/torrentutils')
-rw-r--r-- | net/torrentutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile index d82c121d7aa..c8fb0cbe985 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 15:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/08 09:06:39 wiz Exp $ # DISTNAME= torrentutils-0.3.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/ @@ -10,6 +11,7 @@ HOMEPAGE= http://www.student.lu.se/~nbi98oli/src/ COMMENT= Manage BitTorrent files and interact with trackers DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 USE_BUILDLINK3= yes USE_GNU_TOOLS= make |