diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-18 14:42:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-18 14:42:47 +0000 |
commit | a60b2cc1a6f5668dccc39334df97c19656f2ab87 (patch) | |
tree | e4432ece7fb05e1e34bc5a8c2ff2a929b3e1f797 /net/torrentutils | |
parent | 764cd7c33a733270ab606511180574c4befd522a (diff) | |
download | pkgsrc-a60b2cc1a6f5668dccc39334df97c19656f2ab87.tar.gz |
Default to bash3 in dependency path.
Diffstat (limited to 'net/torrentutils')
-rw-r--r-- | net/torrentutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile index 7513f171195..e28d5aa609b 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/08/29 19:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/18 14:42:47 wiz Exp $ # DISTNAME= torrentutils-0.3.0 @@ -10,7 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.student.lu.se/~nbi98oli/src/ COMMENT= Manage BitTorrent files and interact with trackers -DEPENDS+= bash-[0-9]*:../../shells/bash2 +DEPENDS+= bash-[0-9]*:../../shells/bash DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 |